Html Css Color HEX #38985E Eucalyptus

📋 copy color: '#38985E'

red 56 ◦ green 152 ◦ blue 94

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

Shades of Eucalyptus #38985E

Tints of Eucalyptus #38985E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.13%

R = 18.54%
G = 50.33%
B = 31.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#38985E (or 0x38985E) is known color: Eucalyptus. HEX triplet: 38, 98 and 5E. RGB value is (56,152,94). Sum of RGB (Red+Green+Blue) = 56+152+94=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #38985E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38985E is #C767A1. Grayscale: #747474. Windows color (decimal): -13068194 or 6199352. OLE color: 6199352.

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

Color convert

RGB 56 152 94 -
CMYK 0.63 0 0.38 0.40
HSL 143.75º 0.46% 0.41% -
HSV(B) 143.75º 0.63% 0.6% -
XYZ 14.88 24.11 14.46 -
YUV 116.68 115.2 84.72 -
System Red Green Blue C M Y K H S L
Decimal 56 152 94 0.63 0 0.38 0.40 143.75 0.46 0.41
Hex 38 98 5E 3F 0 26 28 90 2E 29
Octal 70 230 136 77 0 46 50 220 56 51
Binary 111000 10011000 1011110 111111 0 100110 101000 10010000 101110 101001

Color Harmonies of #38985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38985E

Black with #38985E

Text Example


Text Example

White with #38985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38985E; }

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

 H1.HeaderClassName
 {
   color: #38985E;
 }
 .AnyTagClassName
 {
   color: #38985E;
 }
</style>

background-color css

<style>
 a { background-color: #38985E; }

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

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

border-color css

<style>
 span { border-color: #38985E; }

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

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