Html Css Color HEX #38A666 Eucalyptus

📋 copy color: '#38A666'

red 56 ◦ green 166 ◦ blue 102

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

Shades of Eucalyptus #38A666

Tints of Eucalyptus #38A666

RGB

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

 GREEN value IS 166 (65.23% from 255) = 51.23%

 BLUE value IS 102 (40.23% from 255) = 31.48%

R = 17.28%
G = 51.23%
B = 31.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#38A666 (or 0x38A666) is known color: Eucalyptus. HEX triplet: 38, A6 and 66. RGB value is (56,166,102). Sum of RGB (Red+Green+Blue) = 56+166+102=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 166 (65.23% from 255 or 51.23% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 166 - color contains mainly: green. Hex color #38A666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A666 is #C75999. Grayscale: #7D7D7D. Windows color (decimal): -13064602 or 6727224. OLE color: 6727224.

HSL color Cylindrical-coordinate representation of color #38A666: hue angle of 145.09º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A666 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 56 166 102 -
CMYK 0.66 0 0.39 0.35
HSL 145.09º 0.5% 0.44% -
HSV(B) 145.09º 0.66% 0.65% -
XYZ 17.67 29.07 17.25 -
YUV 125.81 114.56 78.2 -
System Red Green Blue C M Y K H S L
Decimal 56 166 102 0.66 0 0.39 0.35 145.09 0.5 0.44
Hex 38 A6 66 42 0 27 23 91 32 2C
Octal 70 246 146 102 0 47 43 221 62 54
Binary 111000 10100110 1100110 1000010 0 100111 100011 10010001 110010 101100

Color Harmonies of #38A666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A666

Black with #38A666

Text Example


Text Example

White with #38A666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,166,102); }

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

background-color css

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

 a { background-color: rgb(56,166,102); }

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

border-color css

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

 span { border-color: rgb(56,166,102); }

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