Html Css Color HEX #32993C Fruit Salad

📋 copy color: '#32993C'

red 50 ◦ green 153 ◦ blue 60

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

Shades of Fruit Salad #32993C

Tints of Fruit Salad #32993C

RGB

 RED value IS 50 (19.92% from 255) = 19.01%

 GREEN value IS 153 (60.16% from 255) = 58.17%

 BLUE value IS 60 (23.83% from 255) = 22.81%

R = 19.01%
G = 58.17%
B = 22.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#32993C (or 0x32993C) is known color: Fruit Salad. HEX triplet: 32, 99 and 3C. RGB value is (50,153,60). Sum of RGB (Red+Green+Blue) = 50+153+60=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 153 (60.16% from 255 or 58.17% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 153 - color contains mainly: green. Hex color #32993C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32993C is #CD66C3. Grayscale: #6F6F6F. Windows color (decimal): -13461188 or 3971378. OLE color: 3971378.

HSL color Cylindrical-coordinate representation of color #32993C: hue angle of 125.83º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32993C is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 153 60 -
CMYK 0.67 0 0.61 0.4
HSL 125.83º 0.51% 0.4% -
HSV(B) 125.83º 0.67% 0.6% -
XYZ 13.52 23.79 8.15 -
YUV 111.6 98.88 84.06 -
System Red Green Blue C M Y K H S L
Decimal 50 153 60 0.67 0 0.61 0.4 125.83 0.51 0.4
Hex 32 99 3C 43 0 3D 28 7E 33 28
Octal 62 231 74 103 0 75 50 176 63 50
Binary 110010 10011001 111100 1000011 0 111101 101000 1111110 110011 101000

Color Harmonies of #32993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32993C

Black with #32993C

Text Example


Text Example

White with #32993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32993C; }

 p { color: rgb(50,153,60); }

 H1.HeaderClassName
 {
   color: #32993C;
 }
 .AnyTagClassName
 {
   color: #32993C;
 }
</style>

background-color css

<style>
 a { background-color: #32993C; }

 a { background-color: rgb(50,153,60); }

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

border-color css

<style>
 span { border-color: #32993C; }

 span { border-color: rgb(50,153,60); }

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