Html Css Color HEX #3DB042 Fruit Salad

📋 copy color: '#3DB042'

red 61 ◦ green 176 ◦ blue 66

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

Shades of Fruit Salad #3DB042

Tints of Fruit Salad #3DB042

RGB

 RED value IS 61 (24.22% from 255) = 20.13%

 GREEN value IS 176 (69.14% from 255) = 58.09%

 BLUE value IS 66 (26.17% from 255) = 21.78%

R = 20.13%
G = 58.09%
B = 21.78%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#3DB042 (or 0x3DB042) is known color: Fruit Salad. HEX triplet: 3D, B0 and 42. RGB value is (61,176,66). Sum of RGB (Red+Green+Blue) = 61+176+66=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 176 (69.14% from 255 or 58.09% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB042 is #C24FBD. Grayscale: #818181. Windows color (decimal): -12734398 or 4370493. OLE color: 4370493.

HSL color Cylindrical-coordinate representation of color #3DB042: hue angle of 122.61º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DB042 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 61 176 66 -
CMYK 0.65 0 0.62 0.31
HSL 122.61º 0.49% 0.46% -
HSV(B) 122.61º 0.65% 0.69% -
XYZ 18.43 32.44 10.44 -
YUV 129.08 92.4 79.44 -
System Red Green Blue C M Y K H S L
Decimal 61 176 66 0.65 0 0.62 0.31 122.61 0.49 0.46
Hex 3D B0 42 41 0 3E 1F 7B 31 2E
Octal 75 260 102 101 0 76 37 173 61 56
Binary 111101 10110000 1000010 1000001 0 111110 11111 1111011 110001 101110

Color Harmonies of #3DB042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB042

Black with #3DB042

Text Example


Text Example

White with #3DB042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DB042; }

 p { color: rgb(61,176,66); }

 H1.HeaderClassName
 {
   color: #3DB042;
 }
 .AnyTagClassName
 {
   color: #3DB042;
 }
</style>

background-color css

<style>
 a { background-color: #3DB042; }

 a { background-color: rgb(61,176,66); }

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

border-color css

<style>
 span { border-color: #3DB042; }

 span { border-color: rgb(61,176,66); }

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