Html Css Color HEX #32665F Eden

📋 copy color: '#32665F'

red 50 ◦ green 102 ◦ blue 95

#32665F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #32665F

Tints of Eden #32665F

RGB

 RED value IS 50 (19.92% from 255) = 20.24%

 GREEN value IS 102 (40.23% from 255) = 41.3%

 BLUE value IS 95 (37.5% from 255) = 38.46%

R = 20.24%
G = 41.3%
B = 38.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#32665F (or 0x32665F) is known color: Eden. HEX triplet: 32, 66 and 5F. RGB value is (50,102,95). Sum of RGB (Red+Green+Blue) = 50+102+95=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 102 - color contains mainly: green. Hex color #32665F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32665F is #CD99A0. Grayscale: #555555. Windows color (decimal): -13474209 or 6252082. OLE color: 6252082.

HSL color Cylindrical-coordinate representation of color #32665F: hue angle of 171.92º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #32665F is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 102 95 -
CMYK 0.51 0 0.07 0.6
HSL 171.92º 0.34% 0.3% -
HSV(B) 171.92º 0.51% 0.4% -
XYZ 8.13 11.01 12.52 -
YUV 85.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 50 102 95 0.51 0 0.07 0.6 171.92 0.34 0.3
Hex 32 66 5F 33 0 7 3C AC 22 1E
Octal 62 146 137 63 0 7 74 254 42 36
Binary 110010 1100110 1011111 110011 0 111 111100 10101100 100010 11110

Color Harmonies of #32665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32665F

Black with #32665F

Text Example


Text Example

White with #32665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32665F; }

 p { color: rgb(50,102,95); }

 H1.HeaderClassName
 {
   color: #32665F;
 }
 .AnyTagClassName
 {
   color: #32665F;
 }
</style>

background-color css

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

 a { background-color: rgb(50,102,95); }

 div.DivClassName
 {
   background-color: #32665F;
 }
 .BgClassName
 {
   background-color: #32665F;
 }
</style>

border-color css

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

 span { border-color: rgb(50,102,95); }

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