Html Css Color HEX #38975D Eucalyptus

📋 copy color: '#38975D'

red 56 ◦ green 151 ◦ blue 93

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

Shades of Eucalyptus #38975D

Tints of Eucalyptus #38975D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31%

R = 18.67%
G = 50.33%
B = 31%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#38975D (or 0x38975D) is known color: Eucalyptus. HEX triplet: 38, 97 and 5D. RGB value is (56,151,93). Sum of RGB (Red+Green+Blue) = 56+151+93=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #38975D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38975D is #C768A2. Grayscale: #747474. Windows color (decimal): -13068451 or 6133560. OLE color: 6133560.

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

Color convert

RGB 56 151 93 -
CMYK 0.63 0 0.38 0.41
HSL 143.37º 0.46% 0.41% -
HSV(B) 143.37º 0.63% 0.59% -
XYZ 14.67 23.76 14.17 -
YUV 115.98 115.03 85.22 -
System Red Green Blue C M Y K H S L
Decimal 56 151 93 0.63 0 0.38 0.41 143.37 0.46 0.41
Hex 38 97 5D 3F 0 26 29 8F 2E 29
Octal 70 227 135 77 0 46 51 217 56 51
Binary 111000 10010111 1011101 111111 0 100110 101001 10001111 101110 101001

Color Harmonies of #38975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38975D

Black with #38975D

Text Example


Text Example

White with #38975D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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