Html Css Color HEX #36AC42 Fruit Salad

📋 copy color: '#36AC42'

red 54 ◦ green 172 ◦ blue 66

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

Shades of Fruit Salad #36AC42

Tints of Fruit Salad #36AC42

RGB

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

 GREEN value IS 172 (67.58% from 255) = 58.9%

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

R = 18.49%
G = 58.9%
B = 22.6%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#36AC42 (or 0x36AC42) is known color: Fruit Salad. HEX triplet: 36, AC and 42. RGB value is (54,172,66). Sum of RGB (Red+Green+Blue) = 54+172+66=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 172 (67.58% from 255 or 58.90% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 172 - color contains mainly: green. Hex color #36AC42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36AC42 is #C953BD. Grayscale: #7C7C7C. Windows color (decimal): -13194174 or 4369462. OLE color: 4369462.

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

Color convert

RGB 54 172 66 -
CMYK 0.69 0 0.62 0.33
HSL 126.1º 0.52% 0.44% -
HSV(B) 126.1º 0.69% 0.67% -
XYZ 17.26 30.68 10.17 -
YUV 124.63 94.91 77.62 -
System Red Green Blue C M Y K H S L
Decimal 54 172 66 0.69 0 0.62 0.33 126.1 0.52 0.44
Hex 36 AC 42 45 0 3E 21 7E 34 2C
Octal 66 254 102 105 0 76 41 176 64 54
Binary 110110 10101100 1000010 1000101 0 111110 100001 1111110 110100 101100

Color Harmonies of #36AC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36AC42

Black with #36AC42

Text Example


Text Example

White with #36AC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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