Html Css Color HEX #38986D Eucalyptus

📋 copy color: '#38986D'

red 56 ◦ green 152 ◦ blue 109

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

Shades of Eucalyptus #38986D

Tints of Eucalyptus #38986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.95%

 BLUE value IS 109 (42.97% from 255) = 34.38%

R = 17.67%
G = 47.95%
B = 34.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#38986D (or 0x38986D) is known color: Eucalyptus. HEX triplet: 38, 98 and 6D. RGB value is (56,152,109). Sum of RGB (Red+Green+Blue) = 56+152+109=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #38986D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38986D is #C76792. Grayscale: #767676. Windows color (decimal): -13068179 or 7182392. OLE color: 7182392.

HSL color Cylindrical-coordinate representation of color #38986D: hue angle of 153.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38986D is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 152 109 -
CMYK 0.63 0 0.28 0.40
HSL 153.13º 0.46% 0.41% -
HSV(B) 153.13º 0.63% 0.6% -
XYZ 15.62 24.4 18.35 -
YUV 118.39 122.7 83.5 -
System Red Green Blue C M Y K H S L
Decimal 56 152 109 0.63 0 0.28 0.40 153.13 0.46 0.41
Hex 38 98 6D 3F 0 1C 28 99 2E 29
Octal 70 230 155 77 0 34 50 231 56 51
Binary 111000 10011000 1101101 111111 0 11100 101000 10011001 101110 101001

Color Harmonies of #38986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38986D

Black with #38986D

Text Example


Text Example

White with #38986D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,152,109); }

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

background-color css

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

 a { background-color: rgb(56,152,109); }

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

border-color css

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

 span { border-color: rgb(56,152,109); }

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