Html Css Color HEX #32625D Eden

📋 copy color: '#32625D'

red 50 ◦ green 98 ◦ blue 93

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

Shades of Eden #32625D

Tints of Eden #32625D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.66%

 BLUE value IS 93 (36.72% from 255) = 38.59%

R = 20.75%
G = 40.66%
B = 38.59%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#32625D (or 0x32625D) is known color: Eden. HEX triplet: 32, 62 and 5D. RGB value is (50,98,93). Sum of RGB (Red+Green+Blue) = 50+98+93=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 98 - color contains mainly: green. Hex color #32625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32625D is #CD9DA2. Grayscale: #535353. Windows color (decimal): -13475235 or 6119986. OLE color: 6119986.

HSL color Cylindrical-coordinate representation of color #32625D: hue angle of 173.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #32625D is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 98 93 -
CMYK 0.49 0 0.05 0.62
HSL 173.75º 0.32% 0.29% -
HSV(B) 173.75º 0.49% 0.38% -
XYZ 7.66 10.2 11.92 -
YUV 83.08 133.6 104.41 -
System Red Green Blue C M Y K H S L
Decimal 50 98 93 0.49 0 0.05 0.62 173.75 0.32 0.29
Hex 32 62 5D 31 0 5 3E AE 20 1D
Octal 62 142 135 61 0 5 76 256 40 35
Binary 110010 1100010 1011101 110001 0 101 111110 10101110 100000 11101

Color Harmonies of #32625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32625D

Black with #32625D

Text Example


Text Example

White with #32625D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,98,93); }

 H1.HeaderClassName
 {
   color: #32625D;
 }
 .AnyTagClassName
 {
   color: #32625D;
 }
</style>

background-color css

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

 a { background-color: rgb(50,98,93); }

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

border-color css

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

 span { border-color: rgb(50,98,93); }

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