Html Css Color HEX #207058 Eden

📋 copy color: '#207058'

red 32 ◦ green 112 ◦ blue 88

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

Shades of Eden #207058

Tints of Eden #207058

RGB

 RED value IS 32 (12.89% from 255) = 13.79%

 GREEN value IS 112 (44.14% from 255) = 48.28%

 BLUE value IS 88 (34.77% from 255) = 37.93%

R = 13.79%
G = 48.28%
B = 37.93%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#207058 (or 0x207058) is known color: Eden. HEX triplet: 20, 70 and 58. RGB value is (32,112,88). Sum of RGB (Red+Green+Blue) = 32+112+88=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #207058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207058 is #DF8FA7. Grayscale: #555555. Windows color (decimal): -14651304 or 5795872. OLE color: 5795872.

HSL color Cylindrical-coordinate representation of color #207058: hue angle of 162º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #207058 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 112 88 -
CMYK 0.71 0 0.21 0.56
HSL 162º 0.56% 0.28% -
HSV(B) 162º 0.71% 0.44% -
XYZ 8.15 12.6 11.23 -
YUV 85.34 129.5 89.95 -
System Red Green Blue C M Y K H S L
Decimal 32 112 88 0.71 0 0.21 0.56 162 0.56 0.28
Hex 20 70 58 47 0 15 38 A2 38 1C
Octal 40 160 130 107 0 25 70 242 70 34
Binary 100000 1110000 1011000 1000111 0 10101 111000 10100010 111000 11100

Color Harmonies of #207058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207058

Black with #207058

Text Example


Text Example

White with #207058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207058; }

 p { color: rgb(32,112,88); }

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

background-color css

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

 a { background-color: rgb(32,112,88); }

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

border-color css

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

 span { border-color: rgb(32,112,88); }

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