#23965D

Color #23965D Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #23965D

Tints of Eucalyptus #23965D

Color information

#23965D (or 0x23965D) is unknown color: approx Eucalyptus. HEX triplet: 23, 96 and 5D. RGB value is (35,150,93). Sum of RGB (Red+Green+Blue) = 35+150+93=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 150 (58.98% from 255 or 53.96% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 150 - color contains mainly: green. Hex color #23965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23965D is #DC69A2. Grayscale: #6D6D6D. Windows color (decimal): -14444963 or 6133283. OLE color: 6133283.

HSL color Cylindrical-coordinate representation of color #23965D: hue angle of 150.26º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23965D is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB3515093-
CMYK0.7700.380.41
HSL150.26º62.16%36.27%-
HSV(B)150.26º76.67%58.82%-
XYZ13.5822.9614.07-
YUV109.12118.975.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.59%
GREEN value IS 150 (58.98% from 255) = 53.96%
BLUE value IS 93 (36.72% from 255) = 33.45%
R=12.59%
G=53.96%
B=33.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal35150930.7700.380.41150.2662.1636.27
Hex23965D4D02629963e24
Octal43226135115046512267644
Binary1000111001011010111011001101010011010100110010110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23965D; }

 p { color: rgb(35,150,93); }

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

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

 a { background-color: rgb(35,150,93); }

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

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

 span { border-color: rgb(35,150,93); }

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