Html Css Color HEX #236520 San Felix

📋 copy color: '#236520'

red 35 ◦ green 101 ◦ blue 32

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

Shades of San Felix #236520

Tints of San Felix #236520

RGB

 RED value IS 35 (14.06% from 255) = 20.83%

 GREEN value IS 101 (39.84% from 255) = 60.12%

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

R = 20.83%
G = 60.12%
B = 19.05%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#236520 (or 0x236520) is known color: San Felix. HEX triplet: 23, 65 and 20. RGB value is (35,101,32). Sum of RGB (Red+Green+Blue) = 35+101+32=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 101 (39.84% from 255 or 60.12% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 101 - color contains mainly: green. Hex color #236520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236520 is #DC9ADF. Grayscale: #494949. Windows color (decimal): -14457568 or 2123043. OLE color: 2123043.

HSL color Cylindrical-coordinate representation of color #236520: hue angle of 117.39º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #236520 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB 35 101 32 -
CMYK 0.65 0 0.68 0.60
HSL 117.39º 0.52% 0.26% -
HSV(B) 117.39º 0.68% 0.4% -
XYZ 5.61 9.77 2.96 -
YUV 73.4 104.63 100.61 -
System Red Green Blue C M Y K H S L
Decimal 35 101 32 0.65 0 0.68 0.60 117.39 0.52 0.26
Hex 23 65 20 41 0 44 3C 75 34 1A
Octal 43 145 40 101 0 104 74 165 64 32
Binary 100011 1100101 100000 1000001 0 1000100 111100 1110101 110100 11010

Color Harmonies of #236520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236520

Black with #236520

Text Example


Text Example

White with #236520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236520; }

 p { color: rgb(35,101,32); }

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

background-color css

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

 a { background-color: rgb(35,101,32); }

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

border-color css

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

 span { border-color: rgb(35,101,32); }

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