#265337

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

Shades of Kaitoke Green #265337

Tints of Kaitoke Green #265337

Color information

#265337 (or 0x265337) is unknown color: approx Kaitoke Green. HEX triplet: 26, 53 and 37. RGB value is (38,83,55). Sum of RGB (Red+Green+Blue) = 38+83+55=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 55 (21.88% from 255 or 31.25% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #265337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265337 is #D9ACC8. Grayscale: #424242. Windows color (decimal): -14265545 or 3625766. OLE color: 3625766.

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

Color convert

RGB388355-
CMYK0.5400.340.67
HSL142.67º37.19%23.73%-
HSV(B)142.67º54.22%32.55%-
XYZ4.586.874.7-
YUV66.35121.59107.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.59%
GREEN value IS 83 (32.81% from 255) = 47.16%
BLUE value IS 55 (21.88% from 255) = 31.25%
R=21.59%
G=47.16%
B=31.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3883550.5400.340.67142.6737.1923.73
Hex26533736022438f2518
Octal4612367660421032174530
Binary1001101010011110111110110010001010000111000111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265337; }

 p { color: rgb(38,83,55); }

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

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

 a { background-color: rgb(38,83,55); }

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

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

 span { border-color: rgb(38,83,55); }

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