Html Css Color HEX #397E14 Bilbao

📋 copy color: '#397E14'

red 57 ◦ green 126 ◦ blue 20

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

Shades of Bilbao #397E14

Tints of Bilbao #397E14

RGB

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

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

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

R = 28.08%
G = 62.07%
B = 9.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#397E14 (or 0x397E14) is known color: Bilbao. HEX triplet: 39, 7E and 14. RGB value is (57,126,20). Sum of RGB (Red+Green+Blue) = 57+126+20=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 126 (49.61% from 255 or 62.07% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 126 - color contains mainly: green. Hex color #397E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397E14 is #C681EB. Grayscale: #5D5D5D. Windows color (decimal): -13009388 or 1343033. OLE color: 1343033.

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

Color convert

RGB 57 126 20 -
CMYK 0.55 0 0.84 0.51
HSL 99.06º 0.73% 0.29% -
HSV(B) 99.06º 0.84% 0.49% -
XYZ 9.27 15.84 3.23 -
YUV 93.29 86.64 102.12 -
System Red Green Blue C M Y K H S L
Decimal 57 126 20 0.55 0 0.84 0.51 99.06 0.73 0.29
Hex 39 7E 14 37 0 54 33 63 49 1D
Octal 71 176 24 67 0 124 63 143 111 35
Binary 111001 1111110 10100 110111 0 1010100 110011 1100011 1001001 11101

Color Harmonies of #397E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397E14

Black with #397E14

Text Example


Text Example

White with #397E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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