Html Css Color HEX #256220 San Felix

📋 copy color: '#256220'

red 37 ◦ green 98 ◦ blue 32

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

Shades of San Felix #256220

Tints of San Felix #256220

RGB

 RED value IS 37 (14.84% from 255) = 22.16%

 GREEN value IS 98 (38.67% from 255) = 58.68%

 BLUE value IS 32 (12.89% from 255) = 19.16%

R = 22.16%
G = 58.68%
B = 19.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#256220 (or 0x256220) is known color: San Felix. HEX triplet: 25, 62 and 20. RGB value is (37,98,32). Sum of RGB (Red+Green+Blue) = 37+98+32=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #256220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256220 is #DA9DDF. Grayscale: #484848. Windows color (decimal): -14327264 or 2122277. OLE color: 2122277.

HSL color Cylindrical-coordinate representation of color #256220: hue angle of 115.45º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #256220 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 98 32 -
CMYK 0.62 0 0.67 0.62
HSL 115.45º 0.51% 0.25% -
HSV(B) 115.45º 0.67% 0.38% -
XYZ 5.39 9.23 2.86 -
YUV 72.24 105.29 102.87 -
System Red Green Blue C M Y K H S L
Decimal 37 98 32 0.62 0 0.67 0.62 115.45 0.51 0.25
Hex 25 62 20 3E 0 43 3E 73 33 19
Octal 45 142 40 76 0 103 76 163 63 31
Binary 100101 1100010 100000 111110 0 1000011 111110 1110011 110011 11001

Color Harmonies of #256220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256220

Black with #256220

Text Example


Text Example

White with #256220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256220; }

 p { color: rgb(37,98,32); }

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

background-color css

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

 a { background-color: rgb(37,98,32); }

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

border-color css

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

 span { border-color: rgb(37,98,32); }

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