Html Css Color HEX #397D0F Bilbao

📋 copy color: '#397D0F'

red 57 ◦ green 125 ◦ blue 15

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

Shades of Bilbao #397D0F

Tints of Bilbao #397D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.61%

R = 28.93%
G = 63.45%
B = 7.61%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#397D0F (or 0x397D0F) is known color: Bilbao. HEX triplet: 39, 7D and 0F. RGB value is (57,125,15). Sum of RGB (Red+Green+Blue) = 57+125+15=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 125 (49.22% from 255 or 63.45% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 125 - color contains mainly: green. Hex color #397D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397D0F is #C682F0. Grayscale: #5C5C5C. Windows color (decimal): -13009649 or 1015097. OLE color: 1015097.

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

Color convert

RGB 57 125 15 -
CMYK 0.54 0 0.88 0.51
HSL 97.09º 0.79% 0.27% -
HSV(B) 97.09º 0.88% 0.49% -
XYZ 9.11 15.57 2.98 -
YUV 92.13 84.47 102.94 -
System Red Green Blue C M Y K H S L
Decimal 57 125 15 0.54 0 0.88 0.51 97.09 0.79 0.27
Hex 39 7D F 36 0 58 33 61 4F 1B
Octal 71 175 17 66 0 130 63 141 117 33
Binary 111001 1111101 1111 110110 0 1011000 110011 1100001 1001111 11011

Color Harmonies of #397D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397D0F

Black with #397D0F

Text Example


Text Example

White with #397D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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