Html Css Color HEX #369E40 Fruit Salad

📋 copy color: '#369E40'

red 54 ◦ green 158 ◦ blue 64

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

Shades of Fruit Salad #369E40

Tints of Fruit Salad #369E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.19%

R = 19.57%
G = 57.25%
B = 23.19%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#369E40 (or 0x369E40) is known color: Fruit Salad. HEX triplet: 36, 9E and 40. RGB value is (54,158,64). Sum of RGB (Red+Green+Blue) = 54+158+64=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 158 (62.11% from 255 or 57.25% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 158 - color contains mainly: green. Hex color #369E40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369E40 is #C961BF. Grayscale: #747474. Windows color (decimal): -13197760 or 4234806. OLE color: 4234806.

HSL color Cylindrical-coordinate representation of color #369E40: hue angle of 125.77º 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 #369E40 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 158 64 -
CMYK 0.66 0 0.59 0.38
HSL 125.77º 0.49% 0.42% -
HSV(B) 125.77º 0.66% 0.62% -
XYZ 14.67 25.61 9.02 -
YUV 116.19 98.54 83.64 -
System Red Green Blue C M Y K H S L
Decimal 54 158 64 0.66 0 0.59 0.38 125.77 0.49 0.42
Hex 36 9E 40 42 0 3B 26 7E 31 2A
Octal 66 236 100 102 0 73 46 176 61 52
Binary 110110 10011110 1000000 1000010 0 111011 100110 1111110 110001 101010

Color Harmonies of #369E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369E40

Black with #369E40

Text Example


Text Example

White with #369E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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