Html Css Color HEX #38A464 Eucalyptus

📋 copy color: '#38A464'

red 56 ◦ green 164 ◦ blue 100

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

Shades of Eucalyptus #38A464

Tints of Eucalyptus #38A464

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.25%

 BLUE value IS 100 (39.45% from 255) = 31.25%

R = 17.5%
G = 51.25%
B = 31.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#38A464 (or 0x38A464) is known color: Eucalyptus. HEX triplet: 38, A4 and 64. RGB value is (56,164,100). Sum of RGB (Red+Green+Blue) = 56+164+100=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #38A464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A464 is #C75B9B. Grayscale: #7C7C7C. Windows color (decimal): -13065116 or 6595640. OLE color: 6595640.

HSL color Cylindrical-coordinate representation of color #38A464: hue angle of 144.44º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A464 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 164 100 -
CMYK 0.66 0 0.39 0.36
HSL 144.44º 0.49% 0.43% -
HSV(B) 144.44º 0.66% 0.64% -
XYZ 17.21 28.31 16.61 -
YUV 124.41 114.22 79.2 -
System Red Green Blue C M Y K H S L
Decimal 56 164 100 0.66 0 0.39 0.36 144.44 0.49 0.43
Hex 38 A4 64 42 0 27 24 90 31 2B
Octal 70 244 144 102 0 47 44 220 61 53
Binary 111000 10100100 1100100 1000010 0 100111 100100 10010000 110001 101011

Color Harmonies of #38A464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A464

Black with #38A464

Text Example


Text Example

White with #38A464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,164,100); }

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

background-color css

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

 a { background-color: rgb(56,164,100); }

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

border-color css

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

 span { border-color: rgb(56,164,100); }

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