Html Css Color HEX #337415 Bilbao

📋 copy color: '#337415'

red 51 ◦ green 116 ◦ blue 21

#337415
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #337415

Tints of Bilbao #337415

RGB

 RED value IS 51 (20.31% from 255) = 27.13%

 GREEN value IS 116 (45.7% from 255) = 61.7%

 BLUE value IS 21 (8.59% from 255) = 11.17%

R = 27.13%
G = 61.7%
B = 11.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#337415 (or 0x337415) is known color: Bilbao. HEX triplet: 33, 74 and 15. RGB value is (51,116,21). Sum of RGB (Red+Green+Blue) = 51+116+21=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 116 (45.70% from 255 or 61.70% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 116 - color contains mainly: green. Hex color #337415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337415 is #CC8BEA. Grayscale: #565656. Windows color (decimal): -13405163 or 1406003. OLE color: 1406003.

HSL color Cylindrical-coordinate representation of color #337415: hue angle of 101.05º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #337415 is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 116 21 -
CMYK 0.56 0 0.82 0.55
HSL 101.05º 0.69% 0.27% -
HSV(B) 101.05º 0.82% 0.45% -
XYZ 7.75 13.25 2.86 -
YUV 85.74 91.47 103.22 -
System Red Green Blue C M Y K H S L
Decimal 51 116 21 0.56 0 0.82 0.55 101.05 0.69 0.27
Hex 33 74 15 38 0 52 37 65 45 1B
Octal 63 164 25 70 0 122 67 145 105 33
Binary 110011 1110100 10101 111000 0 1010010 110111 1100101 1000101 11011

Color Harmonies of #337415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337415

Black with #337415

Text Example


Text Example

White with #337415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337415; }

 p { color: rgb(51,116,21); }

 H1.HeaderClassName
 {
   color: #337415;
 }
 .AnyTagClassName
 {
   color: #337415;
 }
</style>

background-color css

<style>
 a { background-color: #337415; }

 a { background-color: rgb(51,116,21); }

 div.DivClassName
 {
   background-color: #337415;
 }
 .BgClassName
 {
   background-color: #337415;
 }
</style>

border-color css

<style>
 span { border-color: #337415; }

 span { border-color: rgb(51,116,21); }

 td.TdClassName
 {
   border-color: #337415;
 }
 .TagClassName
 {
   border-color: #337415;
 }
</style>