#25553D

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

Shades of Kaitoke Green #25553D

Tints of Kaitoke Green #25553D

Color information

#25553D (or 0x25553D) is unknown color: approx Kaitoke Green. HEX triplet: 25, 55 and 3D. RGB value is (37,85,61). Sum of RGB (Red+Green+Blue) = 37+85+61=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #25553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25553D is #DAAAC2. Grayscale: #434343. Windows color (decimal): -14330563 or 4019493. OLE color: 4019493.

HSL color Cylindrical-coordinate representation of color #25553D: hue angle of 150º 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 #25553D is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB378561-
CMYK0.5600.280.67
HSL150º39.34%23.92%-
HSV(B)150º56.47%33.33%-
XYZ4.857.235.55-
YUV67.91124.1105.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.22%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 61 (24.22% from 255) = 33.33%
R=20.22%
G=46.45%
B=33.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785610.5600.280.6715039.3423.92
Hex25553D3801C43962718
Octal4512575700341032264730
Binary100101101010111110111100001110010000111001011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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