#255530

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

Shades of Kaitoke Green #255530

Tints of Kaitoke Green #255530

Color information

#255530 (or 0x255530) is unknown color: approx Kaitoke Green. HEX triplet: 25, 55 and 30. RGB value is (37,85,48). Sum of RGB (Red+Green+Blue) = 37+85+48=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #255530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255530 is #DAAACF. Grayscale: #424242. Windows color (decimal): -14330576 or 3167525. OLE color: 3167525.

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

Color convert

RGB378548-
CMYK0.5600.440.67
HSL133.75º39.34%23.92%-
HSV(B)133.75º56.47%33.33%-
XYZ4.547.13.93-
YUV66.43117.6107.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 85 (33.59% from 255) = 50%
BLUE value IS 48 (19.14% from 255) = 28.24%
R=21.76%
G=50%
B=28.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785480.5600.440.67133.7539.3423.92
Hex2555303802C43862718
Octal4512560700541032064730
Binary1001011010101110000111000010110010000111000011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255530; }

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

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

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

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

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

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

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

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