Html Css Color HEX #38A061 Eucalyptus

📋 copy color: '#38A061'

red 56 ◦ green 160 ◦ blue 97

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

Shades of Eucalyptus #38A061

Tints of Eucalyptus #38A061

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.12%

 BLUE value IS 97 (38.28% from 255) = 30.99%

R = 17.89%
G = 51.12%
B = 30.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#38A061 (or 0x38A061) is known color: Eucalyptus. HEX triplet: 38, A0 and 61. RGB value is (56,160,97). Sum of RGB (Red+Green+Blue) = 56+160+97=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #38A061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A061 is #C75F9E. Grayscale: #797979. Windows color (decimal): -13066143 or 6398008. OLE color: 6398008.

HSL color Cylindrical-coordinate representation of color #38A061: hue angle of 143.65º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A061 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 56 160 97 -
CMYK 0.65 0 0.39 0.37
HSL 143.65º 0.48% 0.42% -
HSV(B) 143.65º 0.65% 0.63% -
XYZ 16.36 26.85 15.63 -
YUV 121.72 114.04 81.12 -
System Red Green Blue C M Y K H S L
Decimal 56 160 97 0.65 0 0.39 0.37 143.65 0.48 0.42
Hex 38 A0 61 41 0 27 25 90 30 2A
Octal 70 240 141 101 0 47 45 220 60 52
Binary 111000 10100000 1100001 1000001 0 100111 100101 10010000 110000 101010

Color Harmonies of #38A061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A061

Black with #38A061

Text Example


Text Example

White with #38A061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38A061; }

 p { color: rgb(56,160,97); }

 H1.HeaderClassName
 {
   color: #38A061;
 }
 .AnyTagClassName
 {
   color: #38A061;
 }
</style>

background-color css

<style>
 a { background-color: #38A061; }

 a { background-color: rgb(56,160,97); }

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

border-color css

<style>
 span { border-color: #38A061; }

 span { border-color: rgb(56,160,97); }

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