Html Css Color HEX #339B40 Fruit Salad

📋 copy color: '#339B40'

red 51 ◦ green 155 ◦ blue 64

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

Shades of Fruit Salad #339B40

Tints of Fruit Salad #339B40

RGB

 RED value IS 51 (20.31% from 255) = 18.89%

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

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

R = 18.89%
G = 57.41%
B = 23.7%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#339B40 (or 0x339B40) is known color: Fruit Salad. HEX triplet: 33, 9B and 40. RGB value is (51,155,64). Sum of RGB (Red+Green+Blue) = 51+155+64=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 155 (60.94% from 255 or 57.41% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 155 - color contains mainly: green. Hex color #339B40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #339B40 is #CC64BF. Grayscale: #717171. Windows color (decimal): -13395136 or 4234035. OLE color: 4234035.

HSL color Cylindrical-coordinate representation of color #339B40: hue angle of 127.5º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339B40 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 155 64 -
CMYK 0.67 0 0.59 0.39
HSL 127.5º 0.5% 0.4% -
HSV(B) 127.5º 0.67% 0.61% -
XYZ 14.01 24.52 8.84 -
YUV 113.53 100.04 83.4 -
System Red Green Blue C M Y K H S L
Decimal 51 155 64 0.67 0 0.59 0.39 127.5 0.5 0.4
Hex 33 9B 40 43 0 3B 27 80 32 28
Octal 63 233 100 103 0 73 47 200 62 50
Binary 110011 10011011 1000000 1000011 0 111011 100111 10000000 110010 101000

Color Harmonies of #339B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339B40

Black with #339B40

Text Example


Text Example

White with #339B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339B40; }

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

 H1.HeaderClassName
 {
   color: #339B40;
 }
 .AnyTagClassName
 {
   color: #339B40;
 }
</style>

background-color css

<style>
 a { background-color: #339B40; }

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

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

border-color css

<style>
 span { border-color: #339B40; }

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

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