Html Css Color HEX #236150 Evening Sea

📋 copy color: '#236150'

red 35 ◦ green 97 ◦ blue 80

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

Shades of Evening Sea #236150

Tints of Evening Sea #236150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.75%

 BLUE value IS 80 (31.64% from 255) = 37.74%

R = 16.51%
G = 45.75%
B = 37.74%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#236150 (or 0x236150) is known color: Evening Sea. HEX triplet: 23, 61 and 50. RGB value is (35,97,80). Sum of RGB (Red+Green+Blue) = 35+97+80=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #236150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236150 is #DC9EAF. Grayscale: #4C4C4C. Windows color (decimal): -14458544 or 5267747. OLE color: 5267747.

HSL color Cylindrical-coordinate representation of color #236150: hue angle of 163.55º 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 #236150 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 97 80 -
CMYK 0.64 0 0.18 0.62
HSL 163.55º 0.47% 0.26% -
HSV(B) 163.55º 0.64% 0.38% -
XYZ 6.42 9.49 9.08 -
YUV 76.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 35 97 80 0.64 0 0.18 0.62 163.55 0.47 0.26
Hex 23 61 50 40 0 12 3E A4 2F 1A
Octal 43 141 120 100 0 22 76 244 57 32
Binary 100011 1100001 1010000 1000000 0 10010 111110 10100100 101111 11010

Color Harmonies of #236150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236150

Black with #236150

Text Example


Text Example

White with #236150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236150; }

 p { color: rgb(35,97,80); }

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

background-color css

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

 a { background-color: rgb(35,97,80); }

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

border-color css

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

 span { border-color: rgb(35,97,80); }

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