Html Css Color HEX #397615 Bilbao

📋 copy color: '#397615'

red 57 ◦ green 118 ◦ blue 21

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

Shades of Bilbao #397615

Tints of Bilbao #397615

RGB

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

 GREEN value IS 118 (46.48% from 255) = 60.2%

 BLUE value IS 21 (8.59% from 255) = 10.71%

R = 29.08%
G = 60.2%
B = 10.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#397615 (or 0x397615) is known color: Bilbao. HEX triplet: 39, 76 and 15. RGB value is (57,118,21). Sum of RGB (Red+Green+Blue) = 57+118+21=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #397615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397615 is #C689EA. Grayscale: #595959. Windows color (decimal): -13011435 or 1406521. OLE color: 1406521.

HSL color Cylindrical-coordinate representation of color #397615: hue angle of 97.73º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #397615 is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 118 21 -
CMYK 0.52 0 0.82 0.54
HSL 97.73º 0.7% 0.27% -
HSV(B) 97.73º 0.82% 0.46% -
XYZ 8.3 13.88 2.95 -
YUV 88.7 89.79 105.39 -
System Red Green Blue C M Y K H S L
Decimal 57 118 21 0.52 0 0.82 0.54 97.73 0.7 0.27
Hex 39 76 15 34 0 52 36 62 46 1B
Octal 71 166 25 64 0 122 66 142 106 33
Binary 111001 1110110 10101 110100 0 1010010 110110 1100010 1000110 11011

Color Harmonies of #397615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397615

Black with #397615

Text Example


Text Example

White with #397615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397615; }

 p { color: rgb(57,118,21); }

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

background-color css

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

 a { background-color: rgb(57,118,21); }

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

border-color css

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

 span { border-color: rgb(57,118,21); }

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