Html Css Color HEX #3D9B40 Fruit Salad

📋 copy color: '#3D9B40'

red 61 ◦ green 155 ◦ blue 64

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

Shades of Fruit Salad #3D9B40

Tints of Fruit Salad #3D9B40

RGB

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

 GREEN value IS 155 (60.94% from 255) = 55.36%

 BLUE value IS 64 (25.39% from 255) = 22.86%

R = 21.79%
G = 55.36%
B = 22.86%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#3D9B40 (or 0x3D9B40) is known color: Fruit Salad. HEX triplet: 3D, 9B and 40. RGB value is (61,155,64). Sum of RGB (Red+Green+Blue) = 61+155+64=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 155 (60.94% from 255 or 55.36% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 155 - color contains mainly: green. Hex color #3D9B40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D9B40 is #C264BF. Grayscale: #747474. Windows color (decimal): -12739776 or 4234045. OLE color: 4234045.

HSL color Cylindrical-coordinate representation of color #3D9B40: hue angle of 121.91º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D9B40 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB 61 155 64 -
CMYK 0.61 0 0.59 0.39
HSL 121.91º 0.44% 0.42% -
HSV(B) 121.91º 0.61% 0.61% -
XYZ 14.57 24.8 8.87 -
YUV 116.52 98.36 88.4 -
System Red Green Blue C M Y K H S L
Decimal 61 155 64 0.61 0 0.59 0.39 121.91 0.44 0.42
Hex 3D 9B 40 3D 0 3B 27 7A 2C 2A
Octal 75 233 100 75 0 73 47 172 54 52
Binary 111101 10011011 1000000 111101 0 111011 100111 1111010 101100 101010

Color Harmonies of #3D9B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D9B40

Black with #3D9B40

Text Example


Text Example

White with #3D9B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,155,64); }

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

background-color css

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

 a { background-color: rgb(61,155,64); }

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

border-color css

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

 span { border-color: rgb(61,155,64); }

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