Html Css Color HEX #236052 Eden

📋 copy color: '#236052'

red 35 ◦ green 96 ◦ blue 82

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

Shades of Eden #236052

Tints of Eden #236052

RGB

 RED value IS 35 (14.06% from 255) = 16.43%

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

 BLUE value IS 82 (32.42% from 255) = 38.5%

R = 16.43%
G = 45.07%
B = 38.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#236052 (or 0x236052) is known color: Eden. HEX triplet: 23, 60 and 52. RGB value is (35,96,82). Sum of RGB (Red+Green+Blue) = 35+96+82=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #236052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236052 is #DC9FAD. Grayscale: #4C4C4C. Windows color (decimal): -14458798 or 5398563. OLE color: 5398563.

HSL color Cylindrical-coordinate representation of color #236052: hue angle of 166.23º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #236052 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 96 82 -
CMYK 0.64 0 0.15 0.62
HSL 166.23º 0.47% 0.26% -
HSV(B) 166.23º 0.64% 0.38% -
XYZ 6.4 9.33 9.45 -
YUV 76.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 35 96 82 0.64 0 0.15 0.62 166.23 0.47 0.26
Hex 23 60 52 40 0 F 3E A6 2F 1A
Octal 43 140 122 100 0 17 76 246 57 32
Binary 100011 1100000 1010010 1000000 0 1111 111110 10100110 101111 11010

Color Harmonies of #236052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236052

Black with #236052

Text Example


Text Example

White with #236052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236052; }

 p { color: rgb(35,96,82); }

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

background-color css

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

 a { background-color: rgb(35,96,82); }

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

border-color css

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

 span { border-color: rgb(35,96,82); }

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