#265535

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

Shades of Kaitoke Green #265535

Tints of Kaitoke Green #265535

Color information

#265535 (or 0x265535) is unknown color: approx Kaitoke Green. HEX triplet: 26, 55 and 35. RGB value is (38,85,53). Sum of RGB (Red+Green+Blue) = 38+85+53=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #265535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265535 is #D9AACA. Grayscale: #434343. Windows color (decimal): -14265035 or 3495206. OLE color: 3495206.

HSL color Cylindrical-coordinate representation of color #265535: hue angle of 139.15º 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 #265535 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB388553-
CMYK0.5500.380.67
HSL139.15º38.21%24.12%-
HSV(B)139.15º55.29%33.33%-
XYZ4.697.174.5-
YUV67.3119.93107.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.59%
GREEN value IS 85 (33.59% from 255) = 48.30%
BLUE value IS 53 (21.09% from 255) = 30.11%
R=21.59%
G=48.30%
B=30.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3885530.5500.380.67139.1538.2124.12
Hex26553537026438b2618
Octal4612565670461032134630
Binary1001101010101110101110111010011010000111000101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265535; }

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

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

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

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

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

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

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

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