Html Css Color HEX #337F14 Bilbao

📋 copy color: '#337F14'

red 51 ◦ green 127 ◦ blue 20

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

Shades of Bilbao #337F14

Tints of Bilbao #337F14

RGB

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

 GREEN value IS 127 (50% from 255) = 64.14%

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

R = 25.76%
G = 64.14%
B = 10.1%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#337F14 (or 0x337F14) is known color: Bilbao. HEX triplet: 33, 7F and 14. RGB value is (51,127,20). Sum of RGB (Red+Green+Blue) = 51+127+20=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 127 (50% from 255 or 64.14% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 127 - color contains mainly: green. Hex color #337F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337F14 is #CC80EB. Grayscale: #5C5C5C. Windows color (decimal): -13402348 or 1343283. OLE color: 1343283.

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

Color convert

RGB 51 127 20 -
CMYK 0.60 0 0.84 0.50
HSL 102.62º 0.73% 0.29% -
HSV(B) 102.62º 0.84% 0.5% -
XYZ 9.08 15.93 3.26 -
YUV 92.08 87.32 98.7 -
System Red Green Blue C M Y K H S L
Decimal 51 127 20 0.60 0 0.84 0.50 102.62 0.73 0.29
Hex 33 7F 14 3C 0 54 32 67 49 1D
Octal 63 177 24 74 0 124 62 147 111 35
Binary 110011 1111111 10100 111100 0 1010100 110010 1100111 1001001 11101

Color Harmonies of #337F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F14

Black with #337F14

Text Example


Text Example

White with #337F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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