#265133

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

Shades of Kaitoke Green #265133

Tints of Kaitoke Green #265133

Color information

#265133 (or 0x265133) is unknown color: approx Kaitoke Green. HEX triplet: 26, 51 and 33. RGB value is (38,81,51). Sum of RGB (Red+Green+Blue) = 38+81+51=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 81 - color contains mainly: green. Hex color #265133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265133 is #D9AECC. Grayscale: #404040. Windows color (decimal): -14266061 or 3363110. OLE color: 3363110.

HSL color Cylindrical-coordinate representation of color #265133: hue angle of 138.14º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #265133 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB388151-
CMYK0.5300.370.68
HSL138.14º36.13%23.33%-
HSV(B)138.14º53.09%31.76%-
XYZ4.346.544.16-
YUV64.72120.25108.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.35%
GREEN value IS 81 (32.03% from 255) = 47.65%
BLUE value IS 51 (20.31% from 255) = 30%
R=22.35%
G=47.65%
B=30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3881510.5300.370.68138.1436.1323.33
Hex26513335025448a2417
Octal4612163650451042124427
Binary1001101010001110011110101010010110001001000101010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265133; }

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

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

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

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

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

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

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

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