#25553A

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

Shades of Kaitoke Green #25553A

Tints of Kaitoke Green #25553A

Color information

#25553A (or 0x25553A) is unknown color: approx Kaitoke Green. HEX triplet: 25, 55 and 3A. RGB value is (37,85,58). Sum of RGB (Red+Green+Blue) = 37+85+58=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #25553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25553A is #DAAAC5. Grayscale: #434343. Windows color (decimal): -14330566 or 3822885. OLE color: 3822885.

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

Color convert

RGB378558-
CMYK0.5600.320.67
HSL146.25º39.34%23.92%-
HSV(B)146.25º56.47%33.33%-
XYZ4.787.25.14-
YUV67.57122.6106.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.56%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 58 (23.05% from 255) = 32.22%
R=20.56%
G=47.22%
B=32.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785580.5600.320.67146.2539.3423.92
Hex25553A3802043922718
Octal4512572700401032224730
Binary1001011010101111010111000010000010000111001001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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