Html Css Color HEX #38A067 Eucalyptus

📋 copy color: '#38A067'

red 56 ◦ green 160 ◦ blue 103

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

Shades of Eucalyptus #38A067

Tints of Eucalyptus #38A067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.29%

R = 17.55%
G = 50.16%
B = 32.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#38A067 (or 0x38A067) is known color: Eucalyptus. HEX triplet: 38, A0 and 67. RGB value is (56,160,103). Sum of RGB (Red+Green+Blue) = 56+160+103=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #38A067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A067 is #C75F98. Grayscale: #7A7A7A. Windows color (decimal): -13066137 or 6791224. OLE color: 6791224.

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

Color convert

RGB 56 160 103 -
CMYK 0.65 0 0.36 0.37
HSL 147.12º 0.48% 0.42% -
HSV(B) 147.12º 0.65% 0.63% -
XYZ 16.65 26.96 17.16 -
YUV 122.41 117.04 80.63 -
System Red Green Blue C M Y K H S L
Decimal 56 160 103 0.65 0 0.36 0.37 147.12 0.48 0.42
Hex 38 A0 67 41 0 24 25 93 30 2A
Octal 70 240 147 101 0 44 45 223 60 52
Binary 111000 10100000 1100111 1000001 0 100100 100101 10010011 110000 101010

Color Harmonies of #38A067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A067

Black with #38A067

Text Example


Text Example

White with #38A067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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