#265538

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

Shades of Kaitoke Green #265538

Tints of Kaitoke Green #265538

Color information

#265538 (or 0x265538) is unknown color: approx Kaitoke Green. HEX triplet: 26, 55 and 38. RGB value is (38,85,56). Sum of RGB (Red+Green+Blue) = 38+85+56=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #265538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265538 is #D9AAC7. Grayscale: #434343. Windows color (decimal): -14265032 or 3691814. OLE color: 3691814.

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

Color convert

RGB388556-
CMYK0.5500.340.67
HSL142.98º38.21%24.12%-
HSV(B)142.98º55.29%33.33%-
XYZ4.767.194.88-
YUV67.64121.43106.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 85 (33.59% from 255) = 47.49%
BLUE value IS 56 (22.27% from 255) = 31.28%
R=21.23%
G=47.49%
B=31.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3885560.5500.340.67142.9838.2124.12
Hex26553837022438f2618
Octal4612570670421032174630
Binary1001101010101111000110111010001010000111000111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265538; }

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

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

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

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

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

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

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

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