Html Css Color HEX #42946A Eucalyptus

📋 copy color: '#42946A'

red 66 ◦ green 148 ◦ blue 106

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

Shades of Eucalyptus #42946A

Tints of Eucalyptus #42946A

RGB

 RED value IS 66 (26.17% from 255) = 20.63%

 GREEN value IS 148 (58.2% from 255) = 46.25%

 BLUE value IS 106 (41.8% from 255) = 33.13%

R = 20.63%
G = 46.25%
B = 33.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#42946A (or 0x42946A) is known color: Eucalyptus. HEX triplet: 42, 94 and 6A. RGB value is (66,148,106). Sum of RGB (Red+Green+Blue) = 66+148+106=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #42946A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42946A is #BD6B95. Grayscale: #767676. Windows color (decimal): -12413846 or 6984770. OLE color: 6984770.

HSL color Cylindrical-coordinate representation of color #42946A: hue angle of 149.27º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42946A is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 148 106 -
CMYK 0.55 0 0.28 0.42
HSL 149.27º 0.38% 0.42% -
HSV(B) 149.27º 0.55% 0.58% -
XYZ 15.44 23.38 17.33 -
YUV 118.69 120.83 90.42 -
System Red Green Blue C M Y K H S L
Decimal 66 148 106 0.55 0 0.28 0.42 149.27 0.38 0.42
Hex 42 94 6A 37 0 1C 2A 95 26 2A
Octal 102 224 152 67 0 34 52 225 46 52
Binary 1000010 10010100 1101010 110111 0 11100 101010 10010101 100110 101010

Color Harmonies of #42946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42946A

Black with #42946A

Text Example


Text Example

White with #42946A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42946A; }

 p { color: rgb(66,148,106); }

 H1.HeaderClassName
 {
   color: #42946A;
 }
 .AnyTagClassName
 {
   color: #42946A;
 }
</style>

background-color css

<style>
 a { background-color: #42946A; }

 a { background-color: rgb(66,148,106); }

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

border-color css

<style>
 span { border-color: #42946A; }

 span { border-color: rgb(66,148,106); }

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