Html Css Color HEX #369C42 Fruit Salad

📋 copy color: '#369C42'

red 54 ◦ green 156 ◦ blue 66

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

Shades of Fruit Salad #369C42

Tints of Fruit Salad #369C42

RGB

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

 GREEN value IS 156 (61.33% from 255) = 56.52%

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

R = 19.57%
G = 56.52%
B = 23.91%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#369C42 (or 0x369C42) is known color: Fruit Salad. HEX triplet: 36, 9C and 42. RGB value is (54,156,66). Sum of RGB (Red+Green+Blue) = 54+156+66=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 156 (61.33% from 255 or 56.52% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 156 - color contains mainly: green. Hex color #369C42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369C42 is #C963BD. Grayscale: #737373. Windows color (decimal): -13198270 or 4365366. OLE color: 4365366.

HSL color Cylindrical-coordinate representation of color #369C42: hue angle of 127.06º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369C42 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 156 66 -
CMYK 0.65 0 0.58 0.39
HSL 127.06º 0.49% 0.41% -
HSV(B) 127.06º 0.65% 0.61% -
XYZ 14.39 24.95 9.21 -
YUV 115.24 100.21 84.32 -
System Red Green Blue C M Y K H S L
Decimal 54 156 66 0.65 0 0.58 0.39 127.06 0.49 0.41
Hex 36 9C 42 41 0 3A 27 7F 31 29
Octal 66 234 102 101 0 72 47 177 61 51
Binary 110110 10011100 1000010 1000001 0 111010 100111 1111111 110001 101001

Color Harmonies of #369C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369C42

Black with #369C42

Text Example


Text Example

White with #369C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369C42; }

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

 H1.HeaderClassName
 {
   color: #369C42;
 }
 .AnyTagClassName
 {
   color: #369C42;
 }
</style>

background-color css

<style>
 a { background-color: #369C42; }

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

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

border-color css

<style>
 span { border-color: #369C42; }

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

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