Html Css Color HEX #397D2B Bilbao

📋 copy color: '#397D2B'

red 57 ◦ green 125 ◦ blue 43

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

Shades of Bilbao #397D2B

Tints of Bilbao #397D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.11%

R = 25.33%
G = 55.56%
B = 19.11%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#397D2B (or 0x397D2B) is known color: Bilbao. HEX triplet: 39, 7D and 2B. RGB value is (57,125,43). Sum of RGB (Red+Green+Blue) = 57+125+43=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 125 (49.22% from 255 or 55.56% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 125 - color contains mainly: green. Hex color #397D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397D2B is #C682D4. Grayscale: #5F5F5F. Windows color (decimal): -13009621 or 2850105. OLE color: 2850105.

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

Color convert

RGB 57 125 43 -
CMYK 0.54 0 0.66 0.51
HSL 109.76º 0.49% 0.33% -
HSV(B) 109.76º 0.66% 0.49% -
XYZ 9.46 15.71 4.82 -
YUV 95.32 98.47 100.67 -
System Red Green Blue C M Y K H S L
Decimal 57 125 43 0.54 0 0.66 0.51 109.76 0.49 0.33
Hex 39 7D 2B 36 0 42 33 6E 31 21
Octal 71 175 53 66 0 102 63 156 61 41
Binary 111001 1111101 101011 110110 0 1000010 110011 1101110 110001 100001

Color Harmonies of #397D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397D2B

Black with #397D2B

Text Example


Text Example

White with #397D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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