#265232

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

Shades of Kaitoke Green #265232

Tints of Kaitoke Green #265232

Color information

#265232 (or 0x265232) is unknown color: approx Kaitoke Green. HEX triplet: 26, 52 and 32. RGB value is (38,82,50). Sum of RGB (Red+Green+Blue) = 38+82+50=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #265232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265232 is #D9ADCD. Grayscale: #414141. Windows color (decimal): -14265806 or 3297830. OLE color: 3297830.

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

Color convert

RGB388250-
CMYK0.5400.390.68
HSL136.36º36.67%23.53%-
HSV(B)136.36º53.66%32.16%-
XYZ4.396.684.07-
YUV65.2119.42108.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.35%
GREEN value IS 82 (32.42% from 255) = 48.24%
BLUE value IS 50 (19.92% from 255) = 29.41%
R=22.35%
G=48.24%
B=29.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3882500.5400.390.68136.3636.6723.53
Hex2652323602744882518
Octal4612262660471042104530
Binary1001101010010110010110110010011110001001000100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265232; }

 p { color: rgb(38,82,50); }

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

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

 a { background-color: rgb(38,82,50); }

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

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

 span { border-color: rgb(38,82,50); }

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