#265536

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

Shades of Kaitoke Green #265536

Tints of Kaitoke Green #265536

Color information

#265536 (or 0x265536) is unknown color: approx Kaitoke Green. HEX triplet: 26, 55 and 36. RGB value is (38,85,54). Sum of RGB (Red+Green+Blue) = 38+85+54=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #265536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265536 is #D9AAC9. Grayscale: #434343. Windows color (decimal): -14265034 or 3560742. OLE color: 3560742.

HSL color Cylindrical-coordinate representation of color #265536: hue angle of 140.43º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #265536 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB388554-
CMYK0.5500.360.67
HSL140.43º38.21%24.12%-
HSV(B)140.43º55.29%33.33%-
XYZ4.717.184.63-
YUV67.41120.43107.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.47%
GREEN value IS 85 (33.59% from 255) = 48.02%
BLUE value IS 54 (21.48% from 255) = 30.51%
R=21.47%
G=48.02%
B=30.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3885540.5500.360.67140.4338.2124.12
Hex26553637024438c2618
Octal4612566670441032144630
Binary1001101010101110110110111010010010000111000110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265536; }

 p { color: rgb(38,85,54); }

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

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

 a { background-color: rgb(38,85,54); }

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

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

 span { border-color: rgb(38,85,54); }

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