Html Css Color HEX #337E14 Bilbao

📋 copy color: '#337E14'

red 51 ◦ green 126 ◦ blue 20

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

Shades of Bilbao #337E14

Tints of Bilbao #337E14

RGB

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

 GREEN value IS 126 (49.61% from 255) = 63.96%

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

R = 25.89%
G = 63.96%
B = 10.15%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#337E14 (or 0x337E14) is known color: Bilbao. HEX triplet: 33, 7E and 14. RGB value is (51,126,20). Sum of RGB (Red+Green+Blue) = 51+126+20=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 126 (49.61% from 255 or 63.96% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 126 - color contains mainly: green. Hex color #337E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337E14 is #CC81EB. Grayscale: #5B5B5B. Windows color (decimal): -13402604 or 1343027. OLE color: 1343027.

HSL color Cylindrical-coordinate representation of color #337E14: hue angle of 102.45º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #337E14 is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 126 20 -
CMYK 0.60 0 0.84 0.51
HSL 102.45º 0.73% 0.29% -
HSV(B) 102.45º 0.84% 0.49% -
XYZ 8.95 15.68 3.22 -
YUV 91.49 87.65 99.12 -
System Red Green Blue C M Y K H S L
Decimal 51 126 20 0.60 0 0.84 0.51 102.45 0.73 0.29
Hex 33 7E 14 3C 0 54 33 66 49 1D
Octal 63 176 24 74 0 124 63 146 111 35
Binary 110011 1111110 10100 111100 0 1010100 110011 1100110 1001001 11101

Color Harmonies of #337E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337E14

Black with #337E14

Text Example


Text Example

White with #337E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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