Html Css Color HEX #397D21 Bilbao

📋 copy color: '#397D21'

red 57 ◦ green 125 ◦ blue 33

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

Shades of Bilbao #397D21

Tints of Bilbao #397D21

RGB

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

 GREEN value IS 125 (49.22% from 255) = 58.14%

 BLUE value IS 33 (13.28% from 255) = 15.35%

R = 26.51%
G = 58.14%
B = 15.35%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#397D21 (or 0x397D21) is known color: Bilbao. HEX triplet: 39, 7D and 21. RGB value is (57,125,33). Sum of RGB (Red+Green+Blue) = 57+125+33=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 125 (49.22% from 255 or 58.14% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 125 - color contains mainly: green. Hex color #397D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397D21 is #C682DE. Grayscale: #5E5E5E. Windows color (decimal): -13009631 or 2194745. OLE color: 2194745.

HSL color Cylindrical-coordinate representation of color #397D21: hue angle of 104.35º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #397D21 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 125 33 -
CMYK 0.54 0 0.74 0.51
HSL 104.35º 0.58% 0.31% -
HSV(B) 104.35º 0.74% 0.49% -
XYZ 9.3 15.65 3.97 -
YUV 94.18 93.47 101.48 -
System Red Green Blue C M Y K H S L
Decimal 57 125 33 0.54 0 0.74 0.51 104.35 0.58 0.31
Hex 39 7D 21 36 0 4A 33 68 3A 1F
Octal 71 175 41 66 0 112 63 150 72 37
Binary 111001 1111101 100001 110110 0 1001010 110011 1101000 111010 11111

Color Harmonies of #397D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397D21

Black with #397D21

Text Example


Text Example

White with #397D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397D21; }

 p { color: rgb(57,125,33); }

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

background-color css

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

 a { background-color: rgb(57,125,33); }

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

border-color css

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

 span { border-color: rgb(57,125,33); }

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