Html Css Color HEX #369240 Fruit Salad

📋 copy color: '#369240'

red 54 ◦ green 146 ◦ blue 64

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

Shades of Fruit Salad #369240

Tints of Fruit Salad #369240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.3%

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

R = 20.45%
G = 55.3%
B = 24.24%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#369240 (or 0x369240) is known color: Fruit Salad. HEX triplet: 36, 92 and 40. RGB value is (54,146,64). Sum of RGB (Red+Green+Blue) = 54+146+64=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 146 (57.42% from 255 or 55.30% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 146 - color contains mainly: green. Hex color #369240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369240 is #C96DBF. Grayscale: #6D6D6D. Windows color (decimal): -13200832 or 4231734. OLE color: 4231734.

HSL color Cylindrical-coordinate representation of color #369240: hue angle of 126.52º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369240 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 146 64 -
CMYK 0.63 0 0.56 0.43
HSL 126.52º 0.46% 0.39% -
HSV(B) 126.52º 0.63% 0.57% -
XYZ 12.73 21.71 8.37 -
YUV 109.14 102.52 88.67 -
System Red Green Blue C M Y K H S L
Decimal 54 146 64 0.63 0 0.56 0.43 126.52 0.46 0.39
Hex 36 92 40 3F 0 38 2B 7F 2E 27
Octal 66 222 100 77 0 70 53 177 56 47
Binary 110110 10010010 1000000 111111 0 111000 101011 1111111 101110 100111

Color Harmonies of #369240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369240

Black with #369240

Text Example


Text Example

White with #369240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369240; }

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

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

background-color css

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

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

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

border-color css

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

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

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