Html Css Color HEX #238578 Elm

📋 copy color: '#238578'

red 35 ◦ green 133 ◦ blue 120

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

Shades of Elm #238578

Tints of Elm #238578

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.18%

 BLUE value IS 120 (47.27% from 255) = 41.67%

R = 12.15%
G = 46.18%
B = 41.67%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#238578 (or 0x238578) is known color: Elm. HEX triplet: 23, 85 and 78. RGB value is (35,133,120). Sum of RGB (Red+Green+Blue) = 35+133+120=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #238578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238578 is #DC7A87. Grayscale: #666666. Windows color (decimal): -14449288 or 7898403. OLE color: 7898403.

HSL color Cylindrical-coordinate representation of color #238578: hue angle of 172.04º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238578 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 133 120 -
CMYK 0.74 0 0.10 0.48
HSL 172.04º 0.58% 0.33% -
HSV(B) 172.04º 0.74% 0.52% -
XYZ 12.47 18.49 20.68 -
YUV 102.22 138.03 80.06 -
System Red Green Blue C M Y K H S L
Decimal 35 133 120 0.74 0 0.10 0.48 172.04 0.58 0.33
Hex 23 85 78 4A 0 A 30 AC 3A 21
Octal 43 205 170 112 0 12 60 254 72 41
Binary 100011 10000101 1111000 1001010 0 1010 110000 10101100 111010 100001

Color Harmonies of #238578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238578

Black with #238578

Text Example


Text Example

White with #238578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238578; }

 p { color: rgb(35,133,120); }

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

background-color css

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

 a { background-color: rgb(35,133,120); }

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

border-color css

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

 span { border-color: rgb(35,133,120); }

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