#265D35

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

Shades of Kaitoke Green #265D35

Tints of Kaitoke Green #265D35

Color information

#265D35 (or 0x265D35) is unknown color: approx Kaitoke Green. HEX triplet: 26, 5D and 35. RGB value is (38,93,53). Sum of RGB (Red+Green+Blue) = 38+93+53=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 93 (36.72% from 255 or 50.54% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 93 - color contains mainly: green. Hex color #265D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265D35 is #D9A2CA. Grayscale: #484848. Windows color (decimal): -14262987 or 3497254. OLE color: 3497254.

HSL color Cylindrical-coordinate representation of color #265D35: hue angle of 136.36º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265D35 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.

Color convert

RGB389353-
CMYK0.5900.430.64
HSL136.36º41.98%25.69%-
HSV(B)136.36º59.14%36.47%-
XYZ5.368.54.73-
YUV71.99117.28103.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.65%
GREEN value IS 93 (36.72% from 255) = 50.54%
BLUE value IS 53 (21.09% from 255) = 28.80%
R=20.65%
G=50.54%
B=28.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3893530.5900.430.64136.3641.9825.69
Hex265D353B02B40882a1a
Octal4613565730531002105232
Binary1001101011101110101111011010101110000001000100010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265D35; }

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

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

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

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

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

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

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

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