#25553C

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

Shades of Kaitoke Green #25553C

Tints of Kaitoke Green #25553C

Color information

#25553C (or 0x25553C) is unknown color: approx Kaitoke Green. HEX triplet: 25, 55 and 3C. RGB value is (37,85,60). Sum of RGB (Red+Green+Blue) = 37+85+60=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #25553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25553C is #DAAAC3. Grayscale: #434343. Windows color (decimal): -14330564 or 3953957. OLE color: 3953957.

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

Color convert

RGB378560-
CMYK0.5600.290.67
HSL148.75º39.34%23.92%-
HSV(B)148.75º56.47%33.33%-
XYZ4.837.225.41-
YUV67.8123.6106.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.33%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 60 (23.83% from 255) = 32.97%
R=20.33%
G=46.70%
B=32.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785600.5600.290.67148.7539.3423.92
Hex25553C3801D43952718
Octal4512574700351032254730
Binary100101101010111110011100001110110000111001010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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