Html Css Color HEX #32665B Eden

📋 copy color: '#32665B'

red 50 ◦ green 102 ◦ blue 91

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

Shades of Eden #32665B

Tints of Eden #32665B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.45%

R = 20.58%
G = 41.98%
B = 37.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#32665B (or 0x32665B) is known color: Eden. HEX triplet: 32, 66 and 5B. RGB value is (50,102,91). Sum of RGB (Red+Green+Blue) = 50+102+91=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 102 - color contains mainly: green. Hex color #32665B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32665B is #CD99A4. Grayscale: #555555. Windows color (decimal): -13474213 or 5989938. OLE color: 5989938.

HSL color Cylindrical-coordinate representation of color #32665B: hue angle of 167.31º 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 #32665B is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 102 91 -
CMYK 0.51 0 0.11 0.6
HSL 167.31º 0.34% 0.3% -
HSV(B) 167.31º 0.51% 0.4% -
XYZ 7.96 10.94 11.59 -
YUV 85.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 50 102 91 0.51 0 0.11 0.6 167.31 0.34 0.3
Hex 32 66 5B 33 0 B 3C A7 22 1E
Octal 62 146 133 63 0 13 74 247 42 36
Binary 110010 1100110 1011011 110011 0 1011 111100 10100111 100010 11110

Color Harmonies of #32665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32665B

Black with #32665B

Text Example


Text Example

White with #32665B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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