Html Css Color HEX #38A268 Eucalyptus

📋 copy color: '#38A268'

red 56 ◦ green 162 ◦ blue 104

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

Shades of Eucalyptus #38A268

Tints of Eucalyptus #38A268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.31%

 BLUE value IS 104 (41.02% from 255) = 32.3%

R = 17.39%
G = 50.31%
B = 32.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#38A268 (or 0x38A268) is known color: Eucalyptus. HEX triplet: 38, A2 and 68. RGB value is (56,162,104). Sum of RGB (Red+Green+Blue) = 56+162+104=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #38A268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A268 is #C75D97. Grayscale: #7B7B7B. Windows color (decimal): -13065624 or 6857272. OLE color: 6857272.

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

Color convert

RGB 56 162 104 -
CMYK 0.65 0 0.36 0.36
HSL 147.17º 0.49% 0.43% -
HSV(B) 147.17º 0.65% 0.64% -
XYZ 17.05 27.68 17.54 -
YUV 123.69 116.88 79.72 -
System Red Green Blue C M Y K H S L
Decimal 56 162 104 0.65 0 0.36 0.36 147.17 0.49 0.43
Hex 38 A2 68 41 0 24 24 93 31 2B
Octal 70 242 150 101 0 44 44 223 61 53
Binary 111000 10100010 1101000 1000001 0 100100 100100 10010011 110001 101011

Color Harmonies of #38A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A268

Black with #38A268

Text Example


Text Example

White with #38A268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,162,104); }

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

background-color css

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

 a { background-color: rgb(56,162,104); }

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

border-color css

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

 span { border-color: rgb(56,162,104); }

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