Html Css Color HEX #3B9B3D Fruit Salad

📋 copy color: '#3B9B3D'

red 59 ◦ green 155 ◦ blue 61

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

Shades of Fruit Salad #3B9B3D

Tints of Fruit Salad #3B9B3D

RGB

 RED value IS 59 (23.44% from 255) = 21.45%

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

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

R = 21.45%
G = 56.36%
B = 22.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#3B9B3D (or 0x3B9B3D) is known color: Fruit Salad. HEX triplet: 3B, 9B and 3D. RGB value is (59,155,61). Sum of RGB (Red+Green+Blue) = 59+155+61=275 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.45% from 275); Green value is 155 (60.94% from 255 or 56.36% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 155 - color contains mainly: green. Hex color #3B9B3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B9B3D is #C464C2. Grayscale: #737373. Windows color (decimal): -12870851 or 4037435. OLE color: 4037435.

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

Color convert

RGB 59 155 61 -
CMYK 0.62 0 0.61 0.39
HSL 121.25º 0.45% 0.42% -
HSV(B) 121.25º 0.62% 0.61% -
XYZ 14.37 24.71 8.43 -
YUV 115.58 97.2 87.64 -
System Red Green Blue C M Y K H S L
Decimal 59 155 61 0.62 0 0.61 0.39 121.25 0.45 0.42
Hex 3B 9B 3D 3E 0 3D 27 79 2D 2A
Octal 73 233 75 76 0 75 47 171 55 52
Binary 111011 10011011 111101 111110 0 111101 100111 1111001 101101 101010

Color Harmonies of #3B9B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B9B3D

Black with #3B9B3D

Text Example


Text Example

White with #3B9B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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