Html Css Color HEX #38976C Eucalyptus

📋 copy color: '#38976C'

red 56 ◦ green 151 ◦ blue 108

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

Shades of Eucalyptus #38976C

Tints of Eucalyptus #38976C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 17.78%
G = 47.94%
B = 34.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#38976C (or 0x38976C) is known color: Eucalyptus. HEX triplet: 38, 97 and 6C. RGB value is (56,151,108). Sum of RGB (Red+Green+Blue) = 56+151+108=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 151 - color contains mainly: green. Hex color #38976C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38976C is #C76893. Grayscale: #757575. Windows color (decimal): -13068436 or 7116600. OLE color: 7116600.

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

Color convert

RGB 56 151 108 -
CMYK 0.63 0 0.28 0.41
HSL 152.84º 0.46% 0.41% -
HSV(B) 152.84º 0.63% 0.59% -
XYZ 15.4 24.06 18.02 -
YUV 117.69 122.53 84 -
System Red Green Blue C M Y K H S L
Decimal 56 151 108 0.63 0 0.28 0.41 152.84 0.46 0.41
Hex 38 97 6C 3F 0 1C 29 99 2E 29
Octal 70 227 154 77 0 34 51 231 56 51
Binary 111000 10010111 1101100 111111 0 11100 101001 10011001 101110 101001

Color Harmonies of #38976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38976C

Black with #38976C

Text Example


Text Example

White with #38976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38976C; }

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

 H1.HeaderClassName
 {
   color: #38976C;
 }
 .AnyTagClassName
 {
   color: #38976C;
 }
</style>

background-color css

<style>
 a { background-color: #38976C; }

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

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

border-color css

<style>
 span { border-color: #38976C; }

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

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