Html Css Color HEX #397714 Bilbao

📋 copy color: '#397714'

red 57 ◦ green 119 ◦ blue 20

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

Shades of Bilbao #397714

Tints of Bilbao #397714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 60.71%

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

R = 29.08%
G = 60.71%
B = 10.2%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#397714 (or 0x397714) is known color: Bilbao. HEX triplet: 39, 77 and 14. RGB value is (57,119,20). Sum of RGB (Red+Green+Blue) = 57+119+20=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 119 (46.88% from 255 or 60.71% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 119 - color contains mainly: green. Hex color #397714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397714 is #C688EB. Grayscale: #595959. Windows color (decimal): -13011180 or 1341241. OLE color: 1341241.

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

Color convert

RGB 57 119 20 -
CMYK 0.52 0 0.83 0.53
HSL 97.58º 0.71% 0.27% -
HSV(B) 97.58º 0.83% 0.47% -
XYZ 8.41 14.11 2.94 -
YUV 89.18 88.96 105.05 -
System Red Green Blue C M Y K H S L
Decimal 57 119 20 0.52 0 0.83 0.53 97.58 0.71 0.27
Hex 39 77 14 34 0 53 35 62 47 1B
Octal 71 167 24 64 0 123 65 142 107 33
Binary 111001 1110111 10100 110100 0 1010011 110101 1100010 1000111 11011

Color Harmonies of #397714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397714

Black with #397714

Text Example


Text Example

White with #397714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397714; }

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

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

background-color css

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

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

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

border-color css

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

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

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