Html Css Color HEX #42924B Fruit Salad

📋 copy color: '#42924B'

red 66 ◦ green 146 ◦ blue 75

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

Shades of Fruit Salad #42924B

Tints of Fruit Salad #42924B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.87%

 BLUE value IS 75 (29.69% from 255) = 26.13%

R = 23%
G = 50.87%
B = 26.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#42924B (or 0x42924B) is known color: Fruit Salad. HEX triplet: 42, 92 and 4B. RGB value is (66,146,75). Sum of RGB (Red+Green+Blue) = 66+146+75=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #42924B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42924B is #BD6DB4. Grayscale: #727272. Windows color (decimal): -12414389 or 4952642. OLE color: 4952642.

HSL color Cylindrical-coordinate representation of color #42924B: hue angle of 126.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42924B is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 146 75 -
CMYK 0.55 0 0.49 0.43
HSL 126.75º 0.38% 0.42% -
HSV(B) 126.75º 0.55% 0.57% -
XYZ 13.8 22.22 10.22 -
YUV 113.99 106 93.77 -
System Red Green Blue C M Y K H S L
Decimal 66 146 75 0.55 0 0.49 0.43 126.75 0.38 0.42
Hex 42 92 4B 37 0 31 2B 7F 26 2A
Octal 102 222 113 67 0 61 53 177 46 52
Binary 1000010 10010010 1001011 110111 0 110001 101011 1111111 100110 101010

Color Harmonies of #42924B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42924B

Black with #42924B

Text Example


Text Example

White with #42924B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42924B; }

 p { color: rgb(66,146,75); }

 H1.HeaderClassName
 {
   color: #42924B;
 }
 .AnyTagClassName
 {
   color: #42924B;
 }
</style>

background-color css

<style>
 a { background-color: #42924B; }

 a { background-color: rgb(66,146,75); }

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

border-color css

<style>
 span { border-color: #42924B; }

 span { border-color: rgb(66,146,75); }

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