#23553C

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

Shades of Kaitoke Green #23553C

Tints of Kaitoke Green #23553C

Color information

#23553C (or 0x23553C) is unknown color: approx Kaitoke Green. HEX triplet: 23, 55 and 3C. RGB value is (35,85,60). Sum of RGB (Red+Green+Blue) = 35+85+60=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #23553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23553C is #DCAAC3. Grayscale: #434343. Windows color (decimal): -14461636 or 3953955. OLE color: 3953955.

HSL color Cylindrical-coordinate representation of color #23553C: hue angle of 150º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #23553C is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB358560-
CMYK0.5900.290.67
HSL150º41.67%23.53%-
HSV(B)150º58.82%33.33%-
XYZ4.767.185.41-
YUV67.2123.94105.03-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.44%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 60 (23.83% from 255) = 33.33%
R=19.44%
G=47.22%
B=33.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3585600.5900.290.6715041.6723.53
Hex23553C3B01D43962a18
Octal4312574730351032265230
Binary100011101010111110011101101110110000111001011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23553C; }

 p { color: rgb(35,85,60); }

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

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

 a { background-color: rgb(35,85,60); }

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

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

 span { border-color: rgb(35,85,60); }

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