Html Css Color HEX #38837A Elm

📋 copy color: '#38837A'

red 56 ◦ green 131 ◦ blue 122

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

Shades of Elm #38837A

Tints of Elm #38837A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.39%

 BLUE value IS 122 (48.05% from 255) = 39.48%

R = 18.12%
G = 42.39%
B = 39.48%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#38837A (or 0x38837A) is known color: Elm. HEX triplet: 38, 83 and 7A. RGB value is (56,131,122). Sum of RGB (Red+Green+Blue) = 56+131+122=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #38837A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38837A is #C77C85. Grayscale: #6B6B6B. Windows color (decimal): -13073542 or 8028984. OLE color: 8028984.

HSL color Cylindrical-coordinate representation of color #38837A: hue angle of 172.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38837A is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 131 122 -
CMYK 0.57 0 0.07 0.49
HSL 172.8º 0.4% 0.37% -
HSV(B) 172.8º 0.57% 0.51% -
XYZ 13.26 18.48 21.28 -
YUV 107.55 136.15 91.23 -
System Red Green Blue C M Y K H S L
Decimal 56 131 122 0.57 0 0.07 0.49 172.8 0.4 0.37
Hex 38 83 7A 39 0 7 31 AD 28 25
Octal 70 203 172 71 0 7 61 255 50 45
Binary 111000 10000011 1111010 111001 0 111 110001 10101101 101000 100101

Color Harmonies of #38837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38837A

Black with #38837A

Text Example


Text Example

White with #38837A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38837A; }

 p { color: rgb(56,131,122); }

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

background-color css

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

 a { background-color: rgb(56,131,122); }

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

border-color css

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

 span { border-color: rgb(56,131,122); }

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