#265935

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

Shades of Kaitoke Green #265935

Tints of Kaitoke Green #265935

Color information

#265935 (or 0x265935) is unknown color: approx Kaitoke Green. HEX triplet: 26, 59 and 35. RGB value is (38,89,53). Sum of RGB (Red+Green+Blue) = 38+89+53=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 89 (35.16% from 255 or 49.44% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 89 - color contains mainly: green. Hex color #265935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265935 is #D9A6CA. Grayscale: #454545. Windows color (decimal): -14264011 or 3496230. OLE color: 3496230.

HSL color Cylindrical-coordinate representation of color #265935: hue angle of 137.65º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #265935 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB388953-
CMYK0.5700.400.65
HSL137.65º40.16%24.9%-
HSV(B)137.65º57.3%34.9%-
XYZ5.017.814.61-
YUV69.65118.6105.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.11%
GREEN value IS 89 (35.16% from 255) = 49.44%
BLUE value IS 53 (21.09% from 255) = 29.44%
R=21.11%
G=49.44%
B=29.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3889530.5700.400.65137.6540.1624.9
Hex26593539028418a2819
Octal4613165710501012125031
Binary1001101011001110101111001010100010000011000101010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265935; }

 p { color: rgb(38,89,53); }

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

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

 a { background-color: rgb(38,89,53); }

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

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

 span { border-color: rgb(38,89,53); }

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