Html Css Color HEX #38817A Elm

📋 copy color: '#38817A'

red 56 ◦ green 129 ◦ blue 122

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

Shades of Elm #38817A

Tints of Elm #38817A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.02%

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

R = 18.24%
G = 42.02%
B = 39.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#38817A (or 0x38817A) is known color: Elm. HEX triplet: 38, 81 and 7A. RGB value is (56,129,122). Sum of RGB (Red+Green+Blue) = 56+129+122=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #38817A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38817A is #C77E85. Grayscale: #6A6A6A. Windows color (decimal): -13074054 or 8028472. OLE color: 8028472.

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

Color convert

RGB 56 129 122 -
CMYK 0.57 0 0.05 0.49
HSL 174.25º 0.39% 0.36% -
HSV(B) 174.25º 0.57% 0.51% -
XYZ 12.99 17.95 21.19 -
YUV 106.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 56 129 122 0.57 0 0.05 0.49 174.25 0.39 0.36
Hex 38 81 7A 39 0 5 31 AE 27 24
Octal 70 201 172 71 0 5 61 256 47 44
Binary 111000 10000001 1111010 111001 0 101 110001 10101110 100111 100100

Color Harmonies of #38817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38817A

Black with #38817A

Text Example


Text Example

White with #38817A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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