Html Css Color HEX #3B9B42 Fruit Salad

📋 copy color: '#3B9B42'

red 59 ◦ green 155 ◦ blue 66

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

Shades of Fruit Salad #3B9B42

Tints of Fruit Salad #3B9B42

RGB

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

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

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

R = 21.07%
G = 55.36%
B = 23.57%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#3B9B42 (or 0x3B9B42) is known color: Fruit Salad. HEX triplet: 3B, 9B and 42. RGB value is (59,155,66). Sum of RGB (Red+Green+Blue) = 59+155+66=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 155 (60.94% from 255 or 55.36% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 155 - color contains mainly: green. Hex color #3B9B42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B9B42 is #C464BD. Grayscale: #747474. Windows color (decimal): -12870846 or 4365115. OLE color: 4365115.

HSL color Cylindrical-coordinate representation of color #3B9B42: hue angle of 124.38º 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 #3B9B42 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB 59 155 66 -
CMYK 0.62 0 0.57 0.39
HSL 124.38º 0.45% 0.42% -
HSV(B) 124.38º 0.62% 0.61% -
XYZ 14.51 24.77 9.17 -
YUV 116.15 99.7 87.24 -
System Red Green Blue C M Y K H S L
Decimal 59 155 66 0.62 0 0.57 0.39 124.38 0.45 0.42
Hex 3B 9B 42 3E 0 39 27 7C 2D 2A
Octal 73 233 102 76 0 71 47 174 55 52
Binary 111011 10011011 1000010 111110 0 111001 100111 1111100 101101 101010

Color Harmonies of #3B9B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B9B42

Black with #3B9B42

Text Example


Text Example

White with #3B9B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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