Html Css Color HEX #256B32 San Felix

📋 copy color: '#256B32'

red 37 ◦ green 107 ◦ blue 50

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

Shades of San Felix #256B32

Tints of San Felix #256B32

RGB

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

 GREEN value IS 107 (42.19% from 255) = 55.15%

 BLUE value IS 50 (19.92% from 255) = 25.77%

R = 19.07%
G = 55.15%
B = 25.77%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.58

RGB Variations

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

Color information

#256B32 (or 0x256B32) is known color: San Felix. HEX triplet: 25, 6B and 32. RGB value is (37,107,50). Sum of RGB (Red+Green+Blue) = 37+107+50=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 107 (42.19% from 255 or 55.15% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 107 - color contains mainly: green. Hex color #256B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256B32 is #DA94CD. Grayscale: #4F4F4F. Windows color (decimal): -14324942 or 3304229. OLE color: 3304229.

HSL color Cylindrical-coordinate representation of color #256B32: hue angle of 131.14º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #256B32 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 107 50 -
CMYK 0.65 0 0.53 0.58
HSL 131.14º 0.49% 0.28% -
HSV(B) 131.14º 0.65% 0.42% -
XYZ 6.6 11.14 4.82 -
YUV 79.57 111.31 97.63 -
System Red Green Blue C M Y K H S L
Decimal 37 107 50 0.65 0 0.53 0.58 131.14 0.49 0.28
Hex 25 6B 32 41 0 35 3A 83 31 1C
Octal 45 153 62 101 0 65 72 203 61 34
Binary 100101 1101011 110010 1000001 0 110101 111010 10000011 110001 11100

Color Harmonies of #256B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256B32

Black with #256B32

Text Example


Text Example

White with #256B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256B32; }

 p { color: rgb(37,107,50); }

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

background-color css

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

 a { background-color: rgb(37,107,50); }

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

border-color css

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

 span { border-color: rgb(37,107,50); }

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