Html Css Color HEX #42946D Eucalyptus

📋 copy color: '#42946D'

red 66 ◦ green 148 ◦ blue 109

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

Shades of Eucalyptus #42946D

Tints of Eucalyptus #42946D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.75%

R = 20.43%
G = 45.82%
B = 33.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#42946D (or 0x42946D) is known color: Eucalyptus. HEX triplet: 42, 94 and 6D. RGB value is (66,148,109). Sum of RGB (Red+Green+Blue) = 66+148+109=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #42946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42946D is #BD6B92. Grayscale: #777777. Windows color (decimal): -12413843 or 7181378. OLE color: 7181378.

HSL color Cylindrical-coordinate representation of color #42946D: hue angle of 151.46º 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 #42946D is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 148 109 -
CMYK 0.55 0 0.26 0.42
HSL 151.46º 0.38% 0.42% -
HSV(B) 151.46º 0.55% 0.58% -
XYZ 15.6 23.44 18.17 -
YUV 119.04 122.33 90.17 -
System Red Green Blue C M Y K H S L
Decimal 66 148 109 0.55 0 0.26 0.42 151.46 0.38 0.42
Hex 42 94 6D 37 0 1A 2A 97 26 2A
Octal 102 224 155 67 0 32 52 227 46 52
Binary 1000010 10010100 1101101 110111 0 11010 101010 10010111 100110 101010

Color Harmonies of #42946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42946D

Black with #42946D

Text Example


Text Example

White with #42946D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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