Html Css Color HEX #397813 Bilbao

📋 copy color: '#397813'

red 57 ◦ green 120 ◦ blue 19

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

Shades of Bilbao #397813

Tints of Bilbao #397813

RGB

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

 GREEN value IS 120 (47.27% from 255) = 61.22%

 BLUE value IS 19 (7.81% from 255) = 9.69%

R = 29.08%
G = 61.22%
B = 9.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#397813 (or 0x397813) is known color: Bilbao. HEX triplet: 39, 78 and 13. RGB value is (57,120,19). Sum of RGB (Red+Green+Blue) = 57+120+19=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 120 (47.27% from 255 or 61.22% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 120 - color contains mainly: green. Hex color #397813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397813 is #C687EC. Grayscale: #595959. Windows color (decimal): -13010925 or 1275961. OLE color: 1275961.

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

Color convert

RGB 57 120 19 -
CMYK 0.52 0 0.84 0.53
HSL 97.43º 0.73% 0.27% -
HSV(B) 97.43º 0.84% 0.47% -
XYZ 8.52 14.35 2.94 -
YUV 89.65 88.13 104.71 -
System Red Green Blue C M Y K H S L
Decimal 57 120 19 0.52 0 0.84 0.53 97.43 0.73 0.27
Hex 39 78 13 34 0 54 35 61 49 1B
Octal 71 170 23 64 0 124 65 141 111 33
Binary 111001 1111000 10011 110100 0 1010100 110101 1100001 1001001 11011

Color Harmonies of #397813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397813

Black with #397813

Text Example


Text Example

White with #397813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397813; }

 p { color: rgb(57,120,19); }

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

background-color css

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

 a { background-color: rgb(57,120,19); }

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

border-color css

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

 span { border-color: rgb(57,120,19); }

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