Html Css Color HEX #33B446 Fruit Salad

📋 copy color: '#33B446'

red 51 ◦ green 180 ◦ blue 70

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

Shades of Fruit Salad #33B446

Tints of Fruit Salad #33B446

RGB

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

 GREEN value IS 180 (70.7% from 255) = 59.8%

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 16.94%
G = 59.8%
B = 23.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#33B446 (or 0x33B446) is known color: Fruit Salad. HEX triplet: 33, B4 and 46. RGB value is (51,180,70). Sum of RGB (Red+Green+Blue) = 51+180+70=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 180 (70.70% from 255 or 59.80% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 180 - color contains mainly: green. Hex color #33B446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B446 is #CC4BB9. Grayscale: #818181. Windows color (decimal): -13388730 or 4633651. OLE color: 4633651.

HSL color Cylindrical-coordinate representation of color #33B446: hue angle of 128.84º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B446 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 180 70 -
CMYK 0.72 0 0.61 0.29
HSL 128.84º 0.56% 0.45% -
HSV(B) 128.84º 0.72% 0.71% -
XYZ 18.79 33.79 11.33 -
YUV 128.89 94.76 72.44 -
System Red Green Blue C M Y K H S L
Decimal 51 180 70 0.72 0 0.61 0.29 128.84 0.56 0.45
Hex 33 B4 46 48 0 3D 1D 81 38 2D
Octal 63 264 106 110 0 75 35 201 70 55
Binary 110011 10110100 1000110 1001000 0 111101 11101 10000001 111000 101101

Color Harmonies of #33B446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B446

Black with #33B446

Text Example


Text Example

White with #33B446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33B446; }

 p { color: rgb(51,180,70); }

 H1.HeaderClassName
 {
   color: #33B446;
 }
 .AnyTagClassName
 {
   color: #33B446;
 }
</style>

background-color css

<style>
 a { background-color: #33B446; }

 a { background-color: rgb(51,180,70); }

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

border-color css

<style>
 span { border-color: #33B446; }

 span { border-color: rgb(51,180,70); }

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