Html Css Color HEX #397825 Bilbao

📋 copy color: '#397825'

red 57 ◦ green 120 ◦ blue 37

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

Shades of Bilbao #397825

Tints of Bilbao #397825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.29%

R = 26.64%
G = 56.07%
B = 17.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#397825 (or 0x397825) is known color: Bilbao. HEX triplet: 39, 78 and 25. RGB value is (57,120,37). Sum of RGB (Red+Green+Blue) = 57+120+37=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #397825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397825 is #C687DA. Grayscale: #5B5B5B. Windows color (decimal): -13010907 or 2455609. OLE color: 2455609.

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

Color convert

RGB 57 120 37 -
CMYK 0.52 0 0.69 0.53
HSL 105.54º 0.53% 0.31% -
HSV(B) 105.54º 0.69% 0.47% -
XYZ 8.74 14.44 4.08 -
YUV 91.7 97.13 103.25 -
System Red Green Blue C M Y K H S L
Decimal 57 120 37 0.52 0 0.69 0.53 105.54 0.53 0.31
Hex 39 78 25 34 0 45 35 6A 35 1F
Octal 71 170 45 64 0 105 65 152 65 37
Binary 111001 1111000 100101 110100 0 1000101 110101 1101010 110101 11111

Color Harmonies of #397825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397825

Black with #397825

Text Example


Text Example

White with #397825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397825; }

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

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

background-color css

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

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

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

border-color css

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

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

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