Html Css Color HEX #38935F Eucalyptus

📋 copy color: '#38935F'

red 56 ◦ green 147 ◦ blue 95

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

Shades of Eucalyptus #38935F

Tints of Eucalyptus #38935F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.33%

 BLUE value IS 95 (37.5% from 255) = 31.88%

R = 18.79%
G = 49.33%
B = 31.88%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#38935F (or 0x38935F) is known color: Eucalyptus. HEX triplet: 38, 93 and 5F. RGB value is (56,147,95). Sum of RGB (Red+Green+Blue) = 56+147+95=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #38935F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38935F is #C76CA0. Grayscale: #717171. Windows color (decimal): -13069473 or 6263608. OLE color: 6263608.

HSL color Cylindrical-coordinate representation of color #38935F: hue angle of 145.71º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38935F is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 147 95 -
CMYK 0.62 0 0.35 0.42
HSL 145.71º 0.45% 0.4% -
HSV(B) 145.71º 0.62% 0.58% -
XYZ 14.13 22.53 14.43 -
YUV 113.86 117.35 86.73 -
System Red Green Blue C M Y K H S L
Decimal 56 147 95 0.62 0 0.35 0.42 145.71 0.45 0.4
Hex 38 93 5F 3E 0 23 2A 92 2D 28
Octal 70 223 137 76 0 43 52 222 55 50
Binary 111000 10010011 1011111 111110 0 100011 101010 10010010 101101 101000

Color Harmonies of #38935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38935F

Black with #38935F

Text Example


Text Example

White with #38935F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,147,95); }

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

background-color css

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

 a { background-color: rgb(56,147,95); }

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

border-color css

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

 span { border-color: rgb(56,147,95); }

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