Html Css Color HEX #33857E Elm

📋 copy color: '#33857E'

red 51 ◦ green 133 ◦ blue 126

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

Shades of Elm #33857E

Tints of Elm #33857E

RGB

 RED value IS 51 (20.31% from 255) = 16.45%

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

 BLUE value IS 126 (49.61% from 255) = 40.65%

R = 16.45%
G = 42.9%
B = 40.65%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#33857E (or 0x33857E) is known color: Elm. HEX triplet: 33, 85 and 7E. RGB value is (51,133,126). Sum of RGB (Red+Green+Blue) = 51+133+126=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #33857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33857E is #CC7A81. Grayscale: #6B6B6B. Windows color (decimal): -13400706 or 8291635. OLE color: 8291635.

HSL color Cylindrical-coordinate representation of color #33857E: hue angle of 174.88º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33857E is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 133 126 -
CMYK 0.62 0 0.05 0.48
HSL 174.88º 0.45% 0.36% -
HSV(B) 174.88º 0.62% 0.52% -
XYZ 13.52 18.99 22.69 -
YUV 107.68 138.33 87.57 -
System Red Green Blue C M Y K H S L
Decimal 51 133 126 0.62 0 0.05 0.48 174.88 0.45 0.36
Hex 33 85 7E 3E 0 5 30 AF 2D 24
Octal 63 205 176 76 0 5 60 257 55 44
Binary 110011 10000101 1111110 111110 0 101 110000 10101111 101101 100100

Color Harmonies of #33857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33857E

Black with #33857E

Text Example


Text Example

White with #33857E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33857E; }

 p { color: rgb(51,133,126); }

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

background-color css

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

 a { background-color: rgb(51,133,126); }

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

border-color css

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

 span { border-color: rgb(51,133,126); }

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