Html Css Color HEX #397D0B Bilbao

📋 copy color: '#397D0B'

red 57 ◦ green 125 ◦ blue 11

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

Shades of Bilbao #397D0B

Tints of Bilbao #397D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.7%

R = 29.53%
G = 64.77%
B = 5.7%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#397D0B (or 0x397D0B) is known color: Bilbao. HEX triplet: 39, 7D and 0B. RGB value is (57,125,11). Sum of RGB (Red+Green+Blue) = 57+125+11=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 125 (49.22% from 255 or 64.77% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 125 - color contains mainly: green. Hex color #397D0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397D0B is #C682F4. Grayscale: #5C5C5C. Windows color (decimal): -13009653 or 752953. OLE color: 752953.

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

Color convert

RGB 57 125 11 -
CMYK 0.54 0 0.91 0.51
HSL 95.79º 0.84% 0.27% -
HSV(B) 95.79º 0.91% 0.49% -
XYZ 9.08 15.56 2.84 -
YUV 91.67 82.47 103.27 -
System Red Green Blue C M Y K H S L
Decimal 57 125 11 0.54 0 0.91 0.51 95.79 0.84 0.27
Hex 39 7D B 36 0 5B 33 60 54 1B
Octal 71 175 13 66 0 133 63 140 124 33
Binary 111001 1111101 1011 110110 0 1011011 110011 1100000 1010100 11011

Color Harmonies of #397D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397D0B

Black with #397D0B

Text Example


Text Example

White with #397D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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