Html Css Color HEX #397415 Bilbao

📋 copy color: '#397415'

red 57 ◦ green 116 ◦ blue 21

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

Shades of Bilbao #397415

Tints of Bilbao #397415

RGB

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

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

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

R = 29.38%
G = 59.79%
B = 10.82%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#397415 (or 0x397415) is known color: Bilbao. HEX triplet: 39, 74 and 15. RGB value is (57,116,21). Sum of RGB (Red+Green+Blue) = 57+116+21=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 116 (45.70% from 255 or 59.79% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 116 - color contains mainly: green. Hex color #397415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397415 is #C68BEA. Grayscale: #575757. Windows color (decimal): -13011947 or 1406009. OLE color: 1406009.

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

Color convert

RGB 57 116 21 -
CMYK 0.51 0 0.82 0.55
HSL 97.26º 0.69% 0.27% -
HSV(B) 97.26º 0.82% 0.45% -
XYZ 8.07 13.41 2.87 -
YUV 87.53 90.45 106.22 -
System Red Green Blue C M Y K H S L
Decimal 57 116 21 0.51 0 0.82 0.55 97.26 0.69 0.27
Hex 39 74 15 33 0 52 37 61 45 1B
Octal 71 164 25 63 0 122 67 141 105 33
Binary 111001 1110100 10101 110011 0 1010010 110111 1100001 1000101 11011

Color Harmonies of #397415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397415

Black with #397415

Text Example


Text Example

White with #397415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397415; }

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

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

background-color css

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

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

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

border-color css

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

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

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