Html Css Color HEX #397515 Bilbao

📋 copy color: '#397515'

red 57 ◦ green 117 ◦ blue 21

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

Shades of Bilbao #397515

Tints of Bilbao #397515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 60%

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

R = 29.23%
G = 60%
B = 10.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#397515 (or 0x397515) is known color: Bilbao. HEX triplet: 39, 75 and 15. RGB value is (57,117,21). Sum of RGB (Red+Green+Blue) = 57+117+21=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 117 (46.09% from 255 or 60% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 117 - color contains mainly: green. Hex color #397515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397515 is #C68AEA. Grayscale: #585858. Windows color (decimal): -13011691 or 1406265. OLE color: 1406265.

HSL color Cylindrical-coordinate representation of color #397515: hue angle of 97.5º 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 #397515 is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 117 21 -
CMYK 0.51 0 0.82 0.54
HSL 97.5º 0.7% 0.27% -
HSV(B) 97.5º 0.82% 0.46% -
XYZ 8.18 13.65 2.91 -
YUV 88.12 90.12 105.81 -
System Red Green Blue C M Y K H S L
Decimal 57 117 21 0.51 0 0.82 0.54 97.5 0.7 0.27
Hex 39 75 15 33 0 52 36 62 46 1B
Octal 71 165 25 63 0 122 66 142 106 33
Binary 111001 1110101 10101 110011 0 1010010 110110 1100010 1000110 11011

Color Harmonies of #397515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397515

Black with #397515

Text Example


Text Example

White with #397515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397515; }

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

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

background-color css

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

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

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

border-color css

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

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

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