Html Css Color HEX #33695A Eden

📋 copy color: '#33695A'

red 51 ◦ green 105 ◦ blue 90

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

Shades of Eden #33695A

Tints of Eden #33695A

RGB

 RED value IS 51 (20.31% from 255) = 20.73%

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

 BLUE value IS 90 (35.55% from 255) = 36.59%

R = 20.73%
G = 42.68%
B = 36.59%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#33695A (or 0x33695A) is known color: Eden. HEX triplet: 33, 69 and 5A. RGB value is (51,105,90). Sum of RGB (Red+Green+Blue) = 51+105+90=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 105 - color contains mainly: green. Hex color #33695A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33695A is #CC96A5. Grayscale: #575757. Windows color (decimal): -13407910 or 5925171. OLE color: 5925171.

HSL color Cylindrical-coordinate representation of color #33695A: hue angle of 163.33º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #33695A is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 105 90 -
CMYK 0.51 0 0.14 0.59
HSL 163.33º 0.35% 0.31% -
HSV(B) 163.33º 0.51% 0.41% -
XYZ 8.26 11.55 11.47 -
YUV 87.14 129.61 102.22 -
System Red Green Blue C M Y K H S L
Decimal 51 105 90 0.51 0 0.14 0.59 163.33 0.35 0.31
Hex 33 69 5A 33 0 E 3B A3 23 1F
Octal 63 151 132 63 0 16 73 243 43 37
Binary 110011 1101001 1011010 110011 0 1110 111011 10100011 100011 11111

Color Harmonies of #33695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33695A

Black with #33695A

Text Example


Text Example

White with #33695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33695A; }

 p { color: rgb(51,105,90); }

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

background-color css

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

 a { background-color: rgb(51,105,90); }

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

border-color css

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

 span { border-color: rgb(51,105,90); }

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