Html Css Color HEX #36827C Elm

📋 copy color: '#36827C'

red 54 ◦ green 130 ◦ blue 124

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

Shades of Elm #36827C

Tints of Elm #36827C

RGB

 RED value IS 54 (21.48% from 255) = 17.53%

 GREEN value IS 130 (51.17% from 255) = 42.21%

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

R = 17.53%
G = 42.21%
B = 40.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#36827C (or 0x36827C) is known color: Elm. HEX triplet: 36, 82 and 7C. RGB value is (54,130,124). Sum of RGB (Red+Green+Blue) = 54+130+124=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #36827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36827C is #C97D83. Grayscale: #6A6A6A. Windows color (decimal): -13204868 or 8159798. OLE color: 8159798.

HSL color Cylindrical-coordinate representation of color #36827C: hue angle of 175.26º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36827C is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 130 124 -
CMYK 0.58 0 0.05 0.49
HSL 175.26º 0.41% 0.36% -
HSV(B) 175.26º 0.58% 0.51% -
XYZ 13.14 18.2 21.89 -
YUV 106.59 137.82 90.49 -
System Red Green Blue C M Y K H S L
Decimal 54 130 124 0.58 0 0.05 0.49 175.26 0.41 0.36
Hex 36 82 7C 3A 0 5 31 AF 29 24
Octal 66 202 174 72 0 5 61 257 51 44
Binary 110110 10000010 1111100 111010 0 101 110001 10101111 101001 100100

Color Harmonies of #36827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36827C

Black with #36827C

Text Example


Text Example

White with #36827C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,130,124); }

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

background-color css

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

 a { background-color: rgb(54,130,124); }

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

border-color css

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

 span { border-color: rgb(54,130,124); }

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