#232420

Color #232420 Rangoon Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rangoon Green #232420

Tints of Rangoon Green #232420

Color information

#232420 (or 0x232420) is unknown color: approx Rangoon Green. HEX triplet: 23, 24 and 20. RGB value is (35,36,32). Sum of RGB (Red+Green+Blue) = 35+36+32=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 36 - color contains mainly: green. Hex color #232420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232420 is #DCDBDF. Grayscale: #232323. Windows color (decimal): -14474208 or 2106403. OLE color: 2106403.

HSL color Cylindrical-coordinate representation of color #232420: hue angle of 75º degrees, saturation: 0.06, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #232420 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB353632-
CMYK0.0300.110.86
HSL75º5.88%13.33%-
HSV(B)75º11.11%14.12%-
XYZ1.581.721.62-
YUV35.24126.17127.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.98%
GREEN value IS 36 (14.45% from 255) = 34.95%
BLUE value IS 32 (12.89% from 255) = 31.07%
R=33.98%
G=34.95%
B=31.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3536320.0300.110.86755.8813.33
Hex23242030B564b6d
Octal4344403013126113615
Binary1000111001001000001101011101011010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232420; }

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

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

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

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

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

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

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

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