Html Css Color HEX #337A14 Bilbao

📋 copy color: '#337A14'

red 51 ◦ green 122 ◦ blue 20

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

Shades of Bilbao #337A14

Tints of Bilbao #337A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.36%

R = 26.42%
G = 63.21%
B = 10.36%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#337A14 (or 0x337A14) is known color: Bilbao. HEX triplet: 33, 7A and 14. RGB value is (51,122,20). Sum of RGB (Red+Green+Blue) = 51+122+20=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 122 (48.05% from 255 or 63.21% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 122 - color contains mainly: green. Hex color #337A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337A14 is #CC85EB. Grayscale: #595959. Windows color (decimal): -13403628 or 1342003. OLE color: 1342003.

HSL color Cylindrical-coordinate representation of color #337A14: hue angle of 101.76º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #337A14 is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 122 20 -
CMYK 0.58 0 0.84 0.52
HSL 101.76º 0.72% 0.28% -
HSV(B) 101.76º 0.84% 0.48% -
XYZ 8.45 14.67 3.05 -
YUV 89.14 88.98 100.79 -
System Red Green Blue C M Y K H S L
Decimal 51 122 20 0.58 0 0.84 0.52 101.76 0.72 0.28
Hex 33 7A 14 3A 0 54 34 66 48 1C
Octal 63 172 24 72 0 124 64 146 110 34
Binary 110011 1111010 10100 111010 0 1010100 110100 1100110 1001000 11100

Color Harmonies of #337A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337A14

Black with #337A14

Text Example


Text Example

White with #337A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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