Html Css Color HEX #36695F Eden

📋 copy color: '#36695F'

red 54 ◦ green 105 ◦ blue 95

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

Shades of Eden #36695F

Tints of Eden #36695F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.34%

 BLUE value IS 95 (37.5% from 255) = 37.4%

R = 21.26%
G = 41.34%
B = 37.4%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#36695F (or 0x36695F) is known color: Eden. HEX triplet: 36, 69 and 5F. RGB value is (54,105,95). Sum of RGB (Red+Green+Blue) = 54+105+95=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 105 - color contains mainly: green. Hex color #36695F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36695F is #C996A0. Grayscale: #585858. Windows color (decimal): -13211297 or 6252854. OLE color: 6252854.

HSL color Cylindrical-coordinate representation of color #36695F: hue angle of 168.24º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #36695F is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 105 95 -
CMYK 0.49 0 0.10 0.59
HSL 168.24º 0.32% 0.31% -
HSV(B) 168.24º 0.49% 0.41% -
XYZ 8.64 11.71 12.63 -
YUV 88.61 131.6 103.31 -
System Red Green Blue C M Y K H S L
Decimal 54 105 95 0.49 0 0.10 0.59 168.24 0.32 0.31
Hex 36 69 5F 31 0 A 3B A8 20 1F
Octal 66 151 137 61 0 12 73 250 40 37
Binary 110110 1101001 1011111 110001 0 1010 111011 10101000 100000 11111

Color Harmonies of #36695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36695F

Black with #36695F

Text Example


Text Example

White with #36695F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36695F; }

 p { color: rgb(54,105,95); }

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

background-color css

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

 a { background-color: rgb(54,105,95); }

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

border-color css

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

 span { border-color: rgb(54,105,95); }

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