Html Css Color HEX #42946C Eucalyptus

📋 copy color: '#42946C'

red 66 ◦ green 148 ◦ blue 108

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

Shades of Eucalyptus #42946C

Tints of Eucalyptus #42946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 20.5%
G = 45.96%
B = 33.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#42946C (or 0x42946C) is known color: Eucalyptus. HEX triplet: 42, 94 and 6C. RGB value is (66,148,108). Sum of RGB (Red+Green+Blue) = 66+148+108=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #42946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42946C is #BD6B93. Grayscale: #767676. Windows color (decimal): -12413844 or 7115842. OLE color: 7115842.

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

Color convert

RGB 66 148 108 -
CMYK 0.55 0 0.27 0.42
HSL 150.73º 0.38% 0.42% -
HSV(B) 150.73º 0.55% 0.58% -
XYZ 15.54 23.42 17.89 -
YUV 118.92 121.83 90.25 -
System Red Green Blue C M Y K H S L
Decimal 66 148 108 0.55 0 0.27 0.42 150.73 0.38 0.42
Hex 42 94 6C 37 0 1B 2A 97 26 2A
Octal 102 224 154 67 0 33 52 227 46 52
Binary 1000010 10010100 1101100 110111 0 11011 101010 10010111 100110 101010

Color Harmonies of #42946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42946C

Black with #42946C

Text Example


Text Example

White with #42946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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