Html Css Color HEX #397F14 Bilbao

📋 copy color: '#397F14'

red 57 ◦ green 127 ◦ blue 20

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

Shades of Bilbao #397F14

Tints of Bilbao #397F14

RGB

 RED value IS 57 (22.66% from 255) = 27.94%

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

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

R = 27.94%
G = 62.25%
B = 9.8%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#397F14 (or 0x397F14) is known color: Bilbao. HEX triplet: 39, 7F and 14. RGB value is (57,127,20). Sum of RGB (Red+Green+Blue) = 57+127+20=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 127 (50% from 255 or 62.25% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 127 - color contains mainly: green. Hex color #397F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397F14 is #C680EB. Grayscale: #5E5E5E. Windows color (decimal): -13009132 or 1343289. OLE color: 1343289.

HSL color Cylindrical-coordinate representation of color #397F14: hue angle of 99.25º 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 #397F14 is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 127 20 -
CMYK 0.55 0 0.84 0.50
HSL 99.25º 0.73% 0.29% -
HSV(B) 99.25º 0.84% 0.5% -
XYZ 9.4 16.1 3.27 -
YUV 93.87 86.31 101.7 -
System Red Green Blue C M Y K H S L
Decimal 57 127 20 0.55 0 0.84 0.50 99.25 0.73 0.29
Hex 39 7F 14 37 0 54 32 63 49 1D
Octal 71 177 24 67 0 124 62 143 111 35
Binary 111001 1111111 10100 110111 0 1010100 110010 1100011 1001001 11101

Color Harmonies of #397F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F14

Black with #397F14

Text Example


Text Example

White with #397F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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