Html Css Color HEX #237372 Elm

📋 copy color: '#237372'

red 35 ◦ green 115 ◦ blue 114

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

Shades of Elm #237372

Tints of Elm #237372

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.56%

 BLUE value IS 114 (44.92% from 255) = 43.18%

R = 13.26%
G = 43.56%
B = 43.18%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#237372 (or 0x237372) is known color: Elm. HEX triplet: 23, 73 and 72. RGB value is (35,115,114). Sum of RGB (Red+Green+Blue) = 35+115+114=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #237372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237372 is #DC8C8D. Grayscale: #5A5A5A. Windows color (decimal): -14453902 or 7500579. OLE color: 7500579.

HSL color Cylindrical-coordinate representation of color #237372: hue angle of 179.25º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #237372 is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 115 114 -
CMYK 0.70 0 0.01 0.55
HSL 179.25º 0.53% 0.29% -
HSV(B) 179.25º 0.7% 0.45% -
XYZ 9.86 13.83 18.07 -
YUV 90.97 141 88.08 -
System Red Green Blue C M Y K H S L
Decimal 35 115 114 0.70 0 0.01 0.55 179.25 0.53 0.29
Hex 23 73 72 46 0 1 37 B3 35 1D
Octal 43 163 162 106 0 1 67 263 65 35
Binary 100011 1110011 1110010 1000110 0 1 110111 10110011 110101 11101

Color Harmonies of #237372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237372

Black with #237372

Text Example


Text Example

White with #237372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237372; }

 p { color: rgb(35,115,114); }

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

background-color css

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

 a { background-color: rgb(35,115,114); }

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

border-color css

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

 span { border-color: rgb(35,115,114); }

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