Html Css Color HEX #277235 San Felix

📋 copy color: '#277235'

red 39 ◦ green 114 ◦ blue 53

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

Shades of San Felix #277235

Tints of San Felix #277235

RGB

 RED value IS 39 (15.63% from 255) = 18.93%

 GREEN value IS 114 (44.92% from 255) = 55.34%

 BLUE value IS 53 (21.09% from 255) = 25.73%

R = 18.93%
G = 55.34%
B = 25.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#277235 (or 0x277235) is known color: San Felix. HEX triplet: 27, 72 and 35. RGB value is (39,114,53). Sum of RGB (Red+Green+Blue) = 39+114+53=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #277235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277235 is #D88DCA. Grayscale: #545454. Windows color (decimal): -14192075 or 3502631. OLE color: 3502631.

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

Color convert

RGB 39 114 53 -
CMYK 0.66 0 0.54 0.55
HSL 131.2º 0.49% 0.3% -
HSV(B) 131.2º 0.66% 0.45% -
XYZ 7.5 12.72 5.43 -
YUV 84.62 110.15 95.46 -
System Red Green Blue C M Y K H S L
Decimal 39 114 53 0.66 0 0.54 0.55 131.2 0.49 0.3
Hex 27 72 35 42 0 36 37 83 31 1E
Octal 47 162 65 102 0 66 67 203 61 36
Binary 100111 1110010 110101 1000010 0 110110 110111 10000011 110001 11110

Color Harmonies of #277235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277235

Black with #277235

Text Example


Text Example

White with #277235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277235; }

 p { color: rgb(39,114,53); }

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

background-color css

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

 a { background-color: rgb(39,114,53); }

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

border-color css

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

 span { border-color: rgb(39,114,53); }

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