Html Css Color HEX #238174 Elm

📋 copy color: '#238174'

red 35 ◦ green 129 ◦ blue 116

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

Shades of Elm #238174

Tints of Elm #238174

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.07%

 BLUE value IS 116 (45.7% from 255) = 41.43%

R = 12.5%
G = 46.07%
B = 41.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#238174 (or 0x238174) is known color: Elm. HEX triplet: 23, 81 and 74. RGB value is (35,129,116). Sum of RGB (Red+Green+Blue) = 35+129+116=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #238174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238174 is #DC7E8B. Grayscale: #636363. Windows color (decimal): -14450316 or 7635235. OLE color: 7635235.

HSL color Cylindrical-coordinate representation of color #238174: hue angle of 171.7º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238174 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 129 116 -
CMYK 0.73 0 0.10 0.49
HSL 171.7º 0.57% 0.32% -
HSV(B) 171.7º 0.73% 0.51% -
XYZ 11.7 17.32 19.25 -
YUV 99.41 137.36 82.06 -
System Red Green Blue C M Y K H S L
Decimal 35 129 116 0.73 0 0.10 0.49 171.7 0.57 0.32
Hex 23 81 74 49 0 A 31 AC 39 20
Octal 43 201 164 111 0 12 61 254 71 40
Binary 100011 10000001 1110100 1001001 0 1010 110001 10101100 111001 100000

Color Harmonies of #238174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238174

Black with #238174

Text Example


Text Example

White with #238174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238174; }

 p { color: rgb(35,129,116); }

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

background-color css

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

 a { background-color: rgb(35,129,116); }

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

border-color css

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

 span { border-color: rgb(35,129,116); }

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