Html Css Color HEX #23867C Elm

📋 copy color: '#23867C'

red 35 ◦ green 134 ◦ blue 124

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

Shades of Elm #23867C

Tints of Elm #23867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.73%

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

R = 11.95%
G = 45.73%
B = 42.32%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#23867C (or 0x23867C) is known color: Elm. HEX triplet: 23, 86 and 7C. RGB value is (35,134,124). Sum of RGB (Red+Green+Blue) = 35+134+124=293 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.95% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #23867C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23867C is #DC7983. Grayscale: #676767. Windows color (decimal): -14449028 or 8160803. OLE color: 8160803.

HSL color Cylindrical-coordinate representation of color #23867C: hue angle of 173.94º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23867C is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 35 134 124 -
CMYK 0.74 0 0.07 0.47
HSL 173.94º 0.59% 0.33% -
HSV(B) 173.94º 0.74% 0.53% -
XYZ 12.86 18.86 22.03 -
YUV 103.26 139.7 79.31 -
System Red Green Blue C M Y K H S L
Decimal 35 134 124 0.74 0 0.07 0.47 173.94 0.59 0.33
Hex 23 86 7C 4A 0 7 2F AE 3B 21
Octal 43 206 174 112 0 7 57 256 73 41
Binary 100011 10000110 1111100 1001010 0 111 101111 10101110 111011 100001

Color Harmonies of #23867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23867C

Black with #23867C

Text Example


Text Example

White with #23867C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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