Html Css Color HEX #23807C Elm

📋 copy color: '#23807C'

red 35 ◦ green 128 ◦ blue 124

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

Shades of Elm #23807C

Tints of Elm #23807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.6%

 BLUE value IS 124 (48.83% from 255) = 43.21%

R = 12.2%
G = 44.6%
B = 43.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#23807C (or 0x23807C) is known color: Elm. HEX triplet: 23, 80 and 7C. RGB value is (35,128,124). Sum of RGB (Red+Green+Blue) = 35+128+124=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #23807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23807C is #DC7F83. Grayscale: #636363. Windows color (decimal): -14450564 or 8159267. OLE color: 8159267.

HSL color Cylindrical-coordinate representation of color #23807C: hue angle of 177.42º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23807C is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 35 128 124 -
CMYK 0.73 0 0.03 0.50
HSL 177.42º 0.57% 0.32% -
HSV(B) 177.42º 0.73% 0.5% -
XYZ 12.05 17.25 21.76 -
YUV 99.74 141.69 81.83 -
System Red Green Blue C M Y K H S L
Decimal 35 128 124 0.73 0 0.03 0.50 177.42 0.57 0.32
Hex 23 80 7C 49 0 3 32 B1 39 20
Octal 43 200 174 111 0 3 62 261 71 40
Binary 100011 10000000 1111100 1001001 0 11 110010 10110001 111001 100000

Color Harmonies of #23807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23807C

Black with #23807C

Text Example


Text Example

White with #23807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23807C; }

 p { color: rgb(35,128,124); }

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

background-color css

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

 a { background-color: rgb(35,128,124); }

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

border-color css

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

 span { border-color: rgb(35,128,124); }

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