Html Css Color HEX #38975F Eucalyptus

📋 copy color: '#38975F'

red 56 ◦ green 151 ◦ blue 95

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

Shades of Eucalyptus #38975F

Tints of Eucalyptus #38975F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50%

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

R = 18.54%
G = 50%
B = 31.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#38975F (or 0x38975F) is known color: Eucalyptus. HEX triplet: 38, 97 and 5F. RGB value is (56,151,95). Sum of RGB (Red+Green+Blue) = 56+151+95=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 151 (59.38% from 255 or 50% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 151 - color contains mainly: green. Hex color #38975F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38975F is #C768A0. Grayscale: #747474. Windows color (decimal): -13068449 or 6264632. OLE color: 6264632.

HSL color Cylindrical-coordinate representation of color #38975F: hue angle of 144.63º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38975F is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 151 95 -
CMYK 0.63 0 0.37 0.41
HSL 144.63º 0.46% 0.41% -
HSV(B) 144.63º 0.63% 0.59% -
XYZ 14.76 23.8 14.64 -
YUV 116.21 116.03 85.05 -
System Red Green Blue C M Y K H S L
Decimal 56 151 95 0.63 0 0.37 0.41 144.63 0.46 0.41
Hex 38 97 5F 3F 0 25 29 91 2E 29
Octal 70 227 137 77 0 45 51 221 56 51
Binary 111000 10010111 1011111 111111 0 100101 101001 10010001 101110 101001

Color Harmonies of #38975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38975F

Black with #38975F

Text Example


Text Example

White with #38975F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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