Html Css Color HEX #397F27 Bilbao

📋 copy color: '#397F27'

red 57 ◦ green 127 ◦ blue 39

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

Shades of Bilbao #397F27

Tints of Bilbao #397F27

RGB

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

 GREEN value IS 127 (50% from 255) = 56.95%

 BLUE value IS 39 (15.63% from 255) = 17.49%

R = 25.56%
G = 56.95%
B = 17.49%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#397F27 (or 0x397F27) is known color: Bilbao. HEX triplet: 39, 7F and 27. RGB value is (57,127,39). Sum of RGB (Red+Green+Blue) = 57+127+39=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 127 (50% from 255 or 56.95% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 127 - color contains mainly: green. Hex color #397F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397F27 is #C680D8. Grayscale: #606060. Windows color (decimal): -13009113 or 2588473. OLE color: 2588473.

HSL color Cylindrical-coordinate representation of color #397F27: hue angle of 107.73º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #397F27 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 127 39 -
CMYK 0.55 0 0.69 0.50
HSL 107.73º 0.53% 0.33% -
HSV(B) 107.73º 0.69% 0.5% -
XYZ 9.64 16.2 4.54 -
YUV 96.04 95.81 100.16 -
System Red Green Blue C M Y K H S L
Decimal 57 127 39 0.55 0 0.69 0.50 107.73 0.53 0.33
Hex 39 7F 27 37 0 45 32 6C 35 21
Octal 71 177 47 67 0 105 62 154 65 41
Binary 111001 1111111 100111 110111 0 1000101 110010 1101100 110101 100001

Color Harmonies of #397F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F27

Black with #397F27

Text Example


Text Example

White with #397F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,127,39); }

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

background-color css

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

 a { background-color: rgb(57,127,39); }

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

border-color css

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

 span { border-color: rgb(57,127,39); }

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