Html Css Color HEX #38A065 Eucalyptus

📋 copy color: '#38A065'

red 56 ◦ green 160 ◦ blue 101

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

Shades of Eucalyptus #38A065

Tints of Eucalyptus #38A065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.86%

R = 17.67%
G = 50.47%
B = 31.86%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#38A065 (or 0x38A065) is known color: Eucalyptus. HEX triplet: 38, A0 and 65. RGB value is (56,160,101). Sum of RGB (Red+Green+Blue) = 56+160+101=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #38A065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A065 is #C75F9A. Grayscale: #7A7A7A. Windows color (decimal): -13066139 or 6660152. OLE color: 6660152.

HSL color Cylindrical-coordinate representation of color #38A065: hue angle of 145.96º 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 #38A065 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 56 160 101 -
CMYK 0.65 0 0.37 0.37
HSL 145.96º 0.48% 0.42% -
HSV(B) 145.96º 0.65% 0.63% -
XYZ 16.55 26.92 16.64 -
YUV 122.18 116.04 80.8 -
System Red Green Blue C M Y K H S L
Decimal 56 160 101 0.65 0 0.37 0.37 145.96 0.48 0.42
Hex 38 A0 65 41 0 25 25 92 30 2A
Octal 70 240 145 101 0 45 45 222 60 52
Binary 111000 10100000 1100101 1000001 0 100101 100101 10010010 110000 101010

Color Harmonies of #38A065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A065

Black with #38A065

Text Example


Text Example

White with #38A065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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