Html Css Color HEX #38986F Eucalyptus

📋 copy color: '#38986F'

red 56 ◦ green 152 ◦ blue 111

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

Shades of Eucalyptus #38986F

Tints of Eucalyptus #38986F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.8%

R = 17.55%
G = 47.65%
B = 34.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#38986F (or 0x38986F) is known color: Eucalyptus. HEX triplet: 38, 98 and 6F. RGB value is (56,152,111). Sum of RGB (Red+Green+Blue) = 56+152+111=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #38986F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38986F is #C76790. Grayscale: #767676. Windows color (decimal): -13068177 or 7313464. OLE color: 7313464.

HSL color Cylindrical-coordinate representation of color #38986F: hue angle of 154.38º 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 #38986F is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 152 111 -
CMYK 0.63 0 0.27 0.40
HSL 154.38º 0.46% 0.41% -
HSV(B) 154.38º 0.63% 0.6% -
XYZ 15.73 24.44 18.93 -
YUV 118.62 123.7 83.33 -
System Red Green Blue C M Y K H S L
Decimal 56 152 111 0.63 0 0.27 0.40 154.38 0.46 0.41
Hex 38 98 6F 3F 0 1B 28 9A 2E 29
Octal 70 230 157 77 0 33 50 232 56 51
Binary 111000 10011000 1101111 111111 0 11011 101000 10011010 101110 101001

Color Harmonies of #38986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38986F

Black with #38986F

Text Example


Text Example

White with #38986F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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