Html Css Color HEX #397407 Bilbao

📋 copy color: '#397407'

red 57 ◦ green 116 ◦ blue 7

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

Shades of Bilbao #397407

Tints of Bilbao #397407

RGB

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

 GREEN value IS 116 (45.7% from 255) = 64.44%

 BLUE value IS 7 (3.13% from 255) = 3.89%

R = 31.67%
G = 64.44%
B = 3.89%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#397407 (or 0x397407) is known color: Bilbao. HEX triplet: 39, 74 and 07. RGB value is (57,116,7). Sum of RGB (Red+Green+Blue) = 57+116+7=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 116 (45.70% from 255 or 64.44% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 116 - color contains mainly: green. Hex color #397407 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397407 is #C68BF8. Grayscale: #565656. Windows color (decimal): -13011961 or 488505. OLE color: 488505.

HSL color Cylindrical-coordinate representation of color #397407: hue angle of 92.48º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #397407 is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 116 7 -
CMYK 0.51 0 0.94 0.55
HSL 92.48º 0.89% 0.24% -
HSV(B) 92.48º 0.94% 0.45% -
XYZ 7.97 13.38 2.36 -
YUV 85.93 83.45 107.36 -
System Red Green Blue C M Y K H S L
Decimal 57 116 7 0.51 0 0.94 0.55 92.48 0.89 0.24
Hex 39 74 7 33 0 5E 37 5C 59 18
Octal 71 164 7 63 0 136 67 134 131 30
Binary 111001 1110100 111 110011 0 1011110 110111 1011100 1011001 11000

Color Harmonies of #397407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397407

Black with #397407

Text Example


Text Example

White with #397407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397407; }

 p { color: rgb(57,116,7); }

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

background-color css

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

 a { background-color: rgb(57,116,7); }

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

border-color css

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

 span { border-color: rgb(57,116,7); }

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