#265333

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

Shades of Kaitoke Green #265333

Tints of Kaitoke Green #265333

Color information

#265333 (or 0x265333) is unknown color: approx Kaitoke Green. HEX triplet: 26, 53 and 33. RGB value is (38,83,51). Sum of RGB (Red+Green+Blue) = 38+83+51=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #265333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265333 is #D9ACCC. Grayscale: #414141. Windows color (decimal): -14265549 or 3363622. OLE color: 3363622.

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

Color convert

RGB388351-
CMYK0.5400.390.67
HSL137.33º37.19%23.73%-
HSV(B)137.33º54.22%32.55%-
XYZ4.496.844.22-
YUV65.9119.59108.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.09%
GREEN value IS 83 (32.81% from 255) = 48.26%
BLUE value IS 51 (20.31% from 255) = 29.65%
R=22.09%
G=48.26%
B=29.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3883510.5400.390.67137.3337.1923.73
Hex2653333602743892518
Octal4612363660471032114530
Binary1001101010011110011110110010011110000111000100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265333; }

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

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

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

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

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

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

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

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