Html Css Color HEX #337B0F Bilbao

📋 copy color: '#337B0F'

red 51 ◦ green 123 ◦ blue 15

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

Shades of Bilbao #337B0F

Tints of Bilbao #337B0F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 65.08%

 BLUE value IS 15 (6.25% from 255) = 7.94%

R = 26.98%
G = 65.08%
B = 7.94%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.88

 K value IS 0.52

RGB Variations

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

Color information

#337B0F (or 0x337B0F) is known color: Bilbao. HEX triplet: 33, 7B and 0F. RGB value is (51,123,15). Sum of RGB (Red+Green+Blue) = 51+123+15=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 123 (48.44% from 255 or 65.08% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 123 - color contains mainly: green. Hex color #337B0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337B0F is #CC84F0. Grayscale: #595959. Windows color (decimal): -13403377 or 1014579. OLE color: 1014579.

HSL color Cylindrical-coordinate representation of color #337B0F: hue angle of 100º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #337B0F is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 123 15 -
CMYK 0.59 0 0.88 0.52
HSL 100º 0.78% 0.27% -
HSV(B) 100º 0.88% 0.48% -
XYZ 8.53 14.9 2.88 -
YUV 89.16 86.15 100.78 -
System Red Green Blue C M Y K H S L
Decimal 51 123 15 0.59 0 0.88 0.52 100 0.78 0.27
Hex 33 7B F 3B 0 58 34 64 4E 1B
Octal 63 173 17 73 0 130 64 144 116 33
Binary 110011 1111011 1111 111011 0 1011000 110100 1100100 1001110 11011

Color Harmonies of #337B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337B0F

Black with #337B0F

Text Example


Text Example

White with #337B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337B0F; }

 p { color: rgb(51,123,15); }

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

background-color css

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

 a { background-color: rgb(51,123,15); }

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

border-color css

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

 span { border-color: rgb(51,123,15); }

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