Html Css Color HEX #3D973D Fruit Salad

📋 copy color: '#3D973D'

red 61 ◦ green 151 ◦ blue 61

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

Shades of Fruit Salad #3D973D

Tints of Fruit Salad #3D973D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 55.31%

 BLUE value IS 61 (24.22% from 255) = 22.34%

R = 22.34%
G = 55.31%
B = 22.34%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#3D973D (or 0x3D973D) is known color: Fruit Salad. HEX triplet: 3D, 97 and 3D. RGB value is (61,151,61). Sum of RGB (Red+Green+Blue) = 61+151+61=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 151 (59.38% from 255 or 55.31% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 151 - color contains mainly: green. Hex color #3D973D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D973D is #C268C2. Grayscale: #727272. Windows color (decimal): -12740803 or 4036413. OLE color: 4036413.

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

Color convert

RGB 61 151 61 -
CMYK 0.60 0 0.60 0.41
HSL 120º 0.42% 0.42% -
HSV(B) 120º 0.6% 0.59% -
XYZ 13.83 23.46 8.21 -
YUV 113.83 98.18 90.32 -
System Red Green Blue C M Y K H S L
Decimal 61 151 61 0.60 0 0.60 0.41 120 0.42 0.42
Hex 3D 97 3D 3C 0 3C 29 78 2A 2A
Octal 75 227 75 74 0 74 51 170 52 52
Binary 111101 10010111 111101 111100 0 111100 101001 1111000 101010 101010

Color Harmonies of #3D973D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D973D

Black with #3D973D

Text Example


Text Example

White with #3D973D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,151,61); }

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

background-color css

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

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

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

border-color css

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

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

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