Html Css Color HEX #366058 Eden

📋 copy color: '#366058'

red 54 ◦ green 96 ◦ blue 88

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

Shades of Eden #366058

Tints of Eden #366058

RGB

 RED value IS 54 (21.48% from 255) = 22.69%

 GREEN value IS 96 (37.89% from 255) = 40.34%

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

R = 22.69%
G = 40.34%
B = 36.97%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#366058 (or 0x366058) is known color: Eden. HEX triplet: 36, 60 and 58. RGB value is (54,96,88). Sum of RGB (Red+Green+Blue) = 54+96+88=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #366058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366058 is #C99FA7. Grayscale: #525252. Windows color (decimal): -13213608 or 5791798. OLE color: 5791798.

HSL color Cylindrical-coordinate representation of color #366058: hue angle of 168.57º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #366058 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 96 88 -
CMYK 0.44 0 0.08 0.62
HSL 168.57º 0.28% 0.29% -
HSV(B) 168.57º 0.44% 0.38% -
XYZ 7.47 9.85 10.74 -
YUV 82.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 54 96 88 0.44 0 0.08 0.62 168.57 0.28 0.29
Hex 36 60 58 2C 0 8 3E A9 1C 1D
Octal 66 140 130 54 0 10 76 251 34 35
Binary 110110 1100000 1011000 101100 0 1000 111110 10101001 11100 11101

Color Harmonies of #366058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366058

Black with #366058

Text Example


Text Example

White with #366058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366058; }

 p { color: rgb(54,96,88); }

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

background-color css

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

 a { background-color: rgb(54,96,88); }

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

border-color css

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

 span { border-color: rgb(54,96,88); }

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