Html Css Color HEX #397702 Bilbao

📋 copy color: '#397702'

red 57 ◦ green 119 ◦ blue 2

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

Shades of Bilbao #397702

Tints of Bilbao #397702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.12%

R = 32.02%
G = 66.85%
B = 1.12%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#397702 (or 0x397702) is known color: Bilbao. HEX triplet: 39, 77 and 02. RGB value is (57,119,2). Sum of RGB (Red+Green+Blue) = 57+119+2=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 119 (46.88% from 255 or 66.85% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 119 - color contains mainly: green. Hex color #397702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397702 is #C688FD. Grayscale: #575757. Windows color (decimal): -13011198 or 161593. OLE color: 161593.

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

Color convert

RGB 57 119 2 -
CMYK 0.52 0 0.98 0.53
HSL 91.79º 0.97% 0.24% -
HSV(B) 91.79º 0.98% 0.47% -
XYZ 8.3 14.07 2.34 -
YUV 87.12 79.96 106.51 -
System Red Green Blue C M Y K H S L
Decimal 57 119 2 0.52 0 0.98 0.53 91.79 0.97 0.24
Hex 39 77 2 34 0 62 35 5C 61 18
Octal 71 167 2 64 0 142 65 134 141 30
Binary 111001 1110111 10 110100 0 1100010 110101 1011100 1100001 11000

Color Harmonies of #397702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397702

Black with #397702

Text Example


Text Example

White with #397702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397702; }

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

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

background-color css

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

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

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

border-color css

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

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

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