#265431

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

Shades of Kaitoke Green #265431

Tints of Kaitoke Green #265431

Color information

#265431 (or 0x265431) is unknown color: approx Kaitoke Green. HEX triplet: 26, 54 and 31. RGB value is (38,84,49). Sum of RGB (Red+Green+Blue) = 38+84+49=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #265431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265431 is #D9ABCE. Grayscale: #424242. Windows color (decimal): -14265295 or 3232806. OLE color: 3232806.

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

Color convert

RGB388449-
CMYK0.5500.420.67
HSL134.35º37.7%23.92%-
HSV(B)134.35º54.76%32.94%-
XYZ4.526.974.01-
YUV66.26118.26107.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.22%
GREEN value IS 84 (33.20% from 255) = 49.12%
BLUE value IS 49 (19.53% from 255) = 28.65%
R=22.22%
G=49.12%
B=28.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3884490.5500.420.67134.3537.723.92
Hex2654313702A43862618
Octal4612461670521032064630
Binary1001101010100110001110111010101010000111000011010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265431; }

 p { color: rgb(38,84,49); }

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

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

 a { background-color: rgb(38,84,49); }

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

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

 span { border-color: rgb(38,84,49); }

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