Html Css Color HEX #337A0F Bilbao

📋 copy color: '#337A0F'

red 51 ◦ green 122 ◦ blue 15

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

Shades of Bilbao #337A0F

Tints of Bilbao #337A0F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 64.89%

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

R = 27.13%
G = 64.89%
B = 7.98%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.88

 K value IS 0.52

RGB Variations

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

Color information

#337A0F (or 0x337A0F) is known color: Bilbao. HEX triplet: 33, 7A and 0F. RGB value is (51,122,15). Sum of RGB (Red+Green+Blue) = 51+122+15=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 122 (48.05% from 255 or 64.89% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 122 - color contains mainly: green. Hex color #337A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337A0F is #CC85F0. Grayscale: #585858. Windows color (decimal): -13403633 or 1014323. OLE color: 1014323.

HSL color Cylindrical-coordinate representation of color #337A0F: hue angle of 99.81º 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 #337A0F is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 122 15 -
CMYK 0.58 0 0.88 0.52
HSL 99.81º 0.78% 0.27% -
HSV(B) 99.81º 0.88% 0.48% -
XYZ 8.41 14.66 2.84 -
YUV 88.57 86.48 101.2 -
System Red Green Blue C M Y K H S L
Decimal 51 122 15 0.58 0 0.88 0.52 99.81 0.78 0.27
Hex 33 7A F 3A 0 58 34 64 4E 1B
Octal 63 172 17 72 0 130 64 144 116 33
Binary 110011 1111010 1111 111010 0 1011000 110100 1100100 1001110 11011

Color Harmonies of #337A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337A0F

Black with #337A0F

Text Example


Text Example

White with #337A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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