Html Css Color HEX #32625B Eden

📋 copy color: '#32625B'

red 50 ◦ green 98 ◦ blue 91

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

Shades of Eden #32625B

Tints of Eden #32625B

RGB

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

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

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

R = 20.92%
G = 41%
B = 38.08%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#32625B (or 0x32625B) is known color: Eden. HEX triplet: 32, 62 and 5B. RGB value is (50,98,91). Sum of RGB (Red+Green+Blue) = 50+98+91=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #32625B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32625B is #CD9DA4. Grayscale: #525252. Windows color (decimal): -13475237 or 5988914. OLE color: 5988914.

HSL color Cylindrical-coordinate representation of color #32625B: hue angle of 171.25º 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 #32625B is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 98 91 -
CMYK 0.49 0 0.07 0.62
HSL 171.25º 0.32% 0.29% -
HSV(B) 171.25º 0.49% 0.38% -
XYZ 7.57 10.17 11.46 -
YUV 82.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 50 98 91 0.49 0 0.07 0.62 171.25 0.32 0.29
Hex 32 62 5B 31 0 7 3E AB 20 1D
Octal 62 142 133 61 0 7 76 253 40 35
Binary 110010 1100010 1011011 110001 0 111 111110 10101011 100000 11101

Color Harmonies of #32625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32625B

Black with #32625B

Text Example


Text Example

White with #32625B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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