Html Css Color HEX #42A436 Fruit Salad

📋 copy color: '#42A436'

red 66 ◦ green 164 ◦ blue 54

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

Shades of Fruit Salad #42A436

Tints of Fruit Salad #42A436

RGB

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

 GREEN value IS 164 (64.45% from 255) = 57.75%

 BLUE value IS 54 (21.48% from 255) = 19.01%

R = 23.24%
G = 57.75%
B = 19.01%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#42A436 (or 0x42A436) is known color: Fruit Salad. HEX triplet: 42, A4 and 36. RGB value is (66,164,54). Sum of RGB (Red+Green+Blue) = 66+164+54=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 164 (64.45% from 255 or 57.75% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 164 - color contains mainly: green. Hex color #42A436 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A436 is #BD5BC9. Grayscale: #7A7A7A. Windows color (decimal): -12409802 or 3580994. OLE color: 3580994.

HSL color Cylindrical-coordinate representation of color #42A436: hue angle of 113.45º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42A436 is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 164 54 -
CMYK 0.60 0 0.67 0.36
HSL 113.45º 0.5% 0.43% -
HSV(B) 113.45º 0.67% 0.64% -
XYZ 16.19 27.98 8.04 -
YUV 122.16 89.53 87.94 -
System Red Green Blue C M Y K H S L
Decimal 66 164 54 0.60 0 0.67 0.36 113.45 0.5 0.43
Hex 42 A4 36 3C 0 43 24 71 32 2B
Octal 102 244 66 74 0 103 44 161 62 53
Binary 1000010 10100100 110110 111100 0 1000011 100100 1110001 110010 101011

Color Harmonies of #42A436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A436

Black with #42A436

Text Example


Text Example

White with #42A436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A436; }

 p { color: rgb(66,164,54); }

 H1.HeaderClassName
 {
   color: #42A436;
 }
 .AnyTagClassName
 {
   color: #42A436;
 }
</style>

background-color css

<style>
 a { background-color: #42A436; }

 a { background-color: rgb(66,164,54); }

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

border-color css

<style>
 span { border-color: #42A436; }

 span { border-color: rgb(66,164,54); }

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