Html Css Color HEX #36867D Elm

📋 copy color: '#36867D'

red 54 ◦ green 134 ◦ blue 125

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

Shades of Elm #36867D

Tints of Elm #36867D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.81%

 BLUE value IS 125 (49.22% from 255) = 39.94%

R = 17.25%
G = 42.81%
B = 39.94%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#36867D (or 0x36867D) is known color: Elm. HEX triplet: 36, 86 and 7D. RGB value is (54,134,125). Sum of RGB (Red+Green+Blue) = 54+134+125=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #36867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36867D is #C97982. Grayscale: #6D6D6D. Windows color (decimal): -13203843 or 8226358. OLE color: 8226358.

HSL color Cylindrical-coordinate representation of color #36867D: hue angle of 173.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36867D is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 134 125 -
CMYK 0.60 0 0.07 0.47
HSL 173.25º 0.43% 0.37% -
HSV(B) 173.25º 0.6% 0.53% -
XYZ 13.75 19.32 22.41 -
YUV 109.05 137 88.73 -
System Red Green Blue C M Y K H S L
Decimal 54 134 125 0.60 0 0.07 0.47 173.25 0.43 0.37
Hex 36 86 7D 3C 0 7 2F AD 2B 25
Octal 66 206 175 74 0 7 57 255 53 45
Binary 110110 10000110 1111101 111100 0 111 101111 10101101 101011 100101

Color Harmonies of #36867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36867D

Black with #36867D

Text Example


Text Example

White with #36867D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36867D; }

 p { color: rgb(54,134,125); }

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

background-color css

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

 a { background-color: rgb(54,134,125); }

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

border-color css

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

 span { border-color: rgb(54,134,125); }

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