Html Css Color HEX #36AD42 Fruit Salad

📋 copy color: '#36AD42'

red 54 ◦ green 173 ◦ blue 66

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

Shades of Fruit Salad #36AD42

Tints of Fruit Salad #36AD42

RGB

 RED value IS 54 (21.48% from 255) = 18.43%

 GREEN value IS 173 (67.97% from 255) = 59.04%

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

R = 18.43%
G = 59.04%
B = 22.53%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#36AD42 (or 0x36AD42) is known color: Fruit Salad. HEX triplet: 36, AD and 42. RGB value is (54,173,66). Sum of RGB (Red+Green+Blue) = 54+173+66=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 173 (67.97% from 255 or 59.04% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 173 - color contains mainly: green. Hex color #36AD42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36AD42 is #C952BD. Grayscale: #7D7D7D. Windows color (decimal): -13193918 or 4369718. OLE color: 4369718.

HSL color Cylindrical-coordinate representation of color #36AD42: hue angle of 126.05º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36AD42 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 54 173 66 -
CMYK 0.69 0 0.62 0.32
HSL 126.05º 0.52% 0.45% -
HSV(B) 126.05º 0.69% 0.68% -
XYZ 17.45 31.06 10.23 -
YUV 125.22 94.58 77.2 -
System Red Green Blue C M Y K H S L
Decimal 54 173 66 0.69 0 0.62 0.32 126.05 0.52 0.45
Hex 36 AD 42 45 0 3E 20 7E 34 2D
Octal 66 255 102 105 0 76 40 176 64 55
Binary 110110 10101101 1000010 1000101 0 111110 100000 1111110 110100 101101

Color Harmonies of #36AD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36AD42

Black with #36AD42

Text Example


Text Example

White with #36AD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36AD42; }

 p { color: rgb(54,173,66); }

 H1.HeaderClassName
 {
   color: #36AD42;
 }
 .AnyTagClassName
 {
   color: #36AD42;
 }
</style>

background-color css

<style>
 a { background-color: #36AD42; }

 a { background-color: rgb(54,173,66); }

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

border-color css

<style>
 span { border-color: #36AD42; }

 span { border-color: rgb(54,173,66); }

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