Html Css Color HEX #369E42 Fruit Salad

📋 copy color: '#369E42'

red 54 ◦ green 158 ◦ blue 66

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

Shades of Fruit Salad #369E42

Tints of Fruit Salad #369E42

RGB

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

 GREEN value IS 158 (62.11% from 255) = 56.83%

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

R = 19.42%
G = 56.83%
B = 23.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#369E42 (or 0x369E42) is known color: Fruit Salad. HEX triplet: 36, 9E and 42. RGB value is (54,158,66). Sum of RGB (Red+Green+Blue) = 54+158+66=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 158 (62.11% from 255 or 56.83% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 158 - color contains mainly: green. Hex color #369E42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369E42 is #C961BD. Grayscale: #747474. Windows color (decimal): -13197758 or 4365878. OLE color: 4365878.

HSL color Cylindrical-coordinate representation of color #369E42: hue angle of 126.92º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369E42 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 158 66 -
CMYK 0.66 0 0.58 0.38
HSL 126.92º 0.49% 0.42% -
HSV(B) 126.92º 0.66% 0.62% -
XYZ 14.73 25.63 9.33 -
YUV 116.42 99.54 83.48 -
System Red Green Blue C M Y K H S L
Decimal 54 158 66 0.66 0 0.58 0.38 126.92 0.49 0.42
Hex 36 9E 42 42 0 3A 26 7F 31 2A
Octal 66 236 102 102 0 72 46 177 61 52
Binary 110110 10011110 1000010 1000010 0 111010 100110 1111111 110001 101010

Color Harmonies of #369E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369E42

Black with #369E42

Text Example


Text Example

White with #369E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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