#255538

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

Shades of Kaitoke Green #255538

Tints of Kaitoke Green #255538

Color information

#255538 (or 0x255538) is unknown color: approx Kaitoke Green. HEX triplet: 25, 55 and 38. RGB value is (37,85,56). Sum of RGB (Red+Green+Blue) = 37+85+56=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #255538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255538 is #DAAAC7. Grayscale: #434343. Windows color (decimal): -14330568 or 3691813. OLE color: 3691813.

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

Color convert

RGB378556-
CMYK0.5600.340.67
HSL143.75º39.34%23.92%-
HSV(B)143.75º56.47%33.33%-
XYZ4.737.184.88-
YUV67.34121.6106.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.79%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=20.79%
G=47.75%
B=31.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785560.5600.340.67143.7539.3423.92
Hex2555383802243902718
Octal4512570700421032204730
Binary1001011010101111000111000010001010000111001000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255538; }

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

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

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

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

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

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

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

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