#277034

Color #277034 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #277034

Tints of San Felix #277034

Color information

#277034 (or 0x277034) is unknown color: approx San Felix. HEX triplet: 27, 70 and 34. RGB value is (39,112,52). Sum of RGB (Red+Green+Blue) = 39+112+52=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #277034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277034 is #D88FCB. Grayscale: #535353. Windows color (decimal): -14192588 or 3436583. OLE color: 3436583.

HSL color Cylindrical-coordinate representation of color #277034: hue angle of 130.68º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #277034 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB3911252-
CMYK0.6500.540.56
HSL130.68º48.34%29.61%-
HSV(B)130.68º65.18%43.92%-
XYZ7.2512.275.23-
YUV83.33110.3296.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.21%
GREEN value IS 112 (44.14% from 255) = 55.17%
BLUE value IS 52 (20.70% from 255) = 25.62%
R=19.21%
G=55.17%
B=25.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39112520.6500.540.56130.6848.3429.61
Hex277034410363883301e
Octal4716064101066702036036
Binary1001111110000110100100000101101101110001000001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277034; }

 p { color: rgb(39,112,52); }

 H1.HeaderClassName
 {
   color: #277034;
 }
 .AnyTagClassName
 {
   color: #277034;
 }
</style>
background-color css

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

 a { background-color: rgb(39,112,52); }

 div.DivClassName
 {
   background-color: #277034;
 }
 .BgClassName
 {
   background-color: #277034;
 }
</style>
border-color css

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

 span { border-color: rgb(39,112,52); }

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