Html Css Color HEX #38857C Elm

📋 copy color: '#38857C'

red 56 ◦ green 133 ◦ blue 124

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

Shades of Elm #38857C

Tints of Elm #38857C

RGB

 RED value IS 56 (22.27% from 255) = 17.89%

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

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

R = 17.89%
G = 42.49%
B = 39.62%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#38857C (or 0x38857C) is known color: Elm. HEX triplet: 38, 85 and 7C. RGB value is (56,133,124). Sum of RGB (Red+Green+Blue) = 56+133+124=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #38857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38857C is #C77A83. Grayscale: #6C6C6C. Windows color (decimal): -13073028 or 8160568. OLE color: 8160568.

HSL color Cylindrical-coordinate representation of color #38857C: hue angle of 172.99º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38857C is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 124 -
CMYK 0.58 0 0.07 0.48
HSL 172.99º 0.41% 0.37% -
HSV(B) 172.99º 0.58% 0.52% -
XYZ 13.66 19.07 22.03 -
YUV 108.95 136.49 90.23 -
System Red Green Blue C M Y K H S L
Decimal 56 133 124 0.58 0 0.07 0.48 172.99 0.41 0.37
Hex 38 85 7C 3A 0 7 30 AD 29 25
Octal 70 205 174 72 0 7 60 255 51 45
Binary 111000 10000101 1111100 111010 0 111 110000 10101101 101001 100101

Color Harmonies of #38857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38857C

Black with #38857C

Text Example


Text Example

White with #38857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,133,124); }

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

background-color css

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

 a { background-color: rgb(56,133,124); }

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

border-color css

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

 span { border-color: rgb(56,133,124); }

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