#265C35

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

Shades of Kaitoke Green #265C35

Tints of Kaitoke Green #265C35

Color information

#265C35 (or 0x265C35) is unknown color: approx Kaitoke Green. HEX triplet: 26, 5C and 35. RGB value is (38,92,53). Sum of RGB (Red+Green+Blue) = 38+92+53=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 92 (36.33% from 255 or 50.27% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 92 - color contains mainly: green. Hex color #265C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265C35 is #D9A3CA. Grayscale: #474747. Windows color (decimal): -14263243 or 3496998. OLE color: 3496998.

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

Color convert

RGB389253-
CMYK0.5900.420.64
HSL136.67º41.54%25.49%-
HSV(B)136.67º58.7%36.08%-
XYZ5.278.324.7-
YUV71.41117.61104.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.77%
GREEN value IS 92 (36.33% from 255) = 50.27%
BLUE value IS 53 (21.09% from 255) = 28.96%
R=20.77%
G=50.27%
B=28.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3892530.5900.420.64136.6741.5425.49
Hex265C353B02A40892a19
Octal4613465730521002115231
Binary1001101011100110101111011010101010000001000100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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