Html Css Color HEX #397914 Bilbao

📋 copy color: '#397914'

red 57 ◦ green 121 ◦ blue 20

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

Shades of Bilbao #397914

Tints of Bilbao #397914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 61.11%

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

R = 28.79%
G = 61.11%
B = 10.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#397914 (or 0x397914) is known color: Bilbao. HEX triplet: 39, 79 and 14. RGB value is (57,121,20). Sum of RGB (Red+Green+Blue) = 57+121+20=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 121 (47.66% from 255 or 61.11% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 121 - color contains mainly: green. Hex color #397914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397914 is #C686EB. Grayscale: #5A5A5A. Windows color (decimal): -13010668 or 1341753. OLE color: 1341753.

HSL color Cylindrical-coordinate representation of color #397914: hue angle of 98.02º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #397914 is Cyan = 0.53, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 121 20 -
CMYK 0.53 0 0.83 0.53
HSL 98.02º 0.72% 0.28% -
HSV(B) 98.02º 0.83% 0.47% -
XYZ 8.65 14.6 3.02 -
YUV 90.35 88.3 104.21 -
System Red Green Blue C M Y K H S L
Decimal 57 121 20 0.53 0 0.83 0.53 98.02 0.72 0.28
Hex 39 79 14 35 0 53 35 62 48 1C
Octal 71 171 24 65 0 123 65 142 110 34
Binary 111001 1111001 10100 110101 0 1010011 110101 1100010 1001000 11100

Color Harmonies of #397914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397914

Black with #397914

Text Example


Text Example

White with #397914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397914; }

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

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

background-color css

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

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

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

border-color css

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

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

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