Html Css Color HEX #369840 Fruit Salad

📋 copy color: '#369840'

red 54 ◦ green 152 ◦ blue 64

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

Shades of Fruit Salad #369840

Tints of Fruit Salad #369840

RGB

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

 GREEN value IS 152 (59.77% from 255) = 56.3%

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

R = 20%
G = 56.3%
B = 23.7%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#369840 (or 0x369840) is known color: Fruit Salad. HEX triplet: 36, 98 and 40. RGB value is (54,152,64). Sum of RGB (Red+Green+Blue) = 54+152+64=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #369840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369840 is #C967BF. Grayscale: #707070. Windows color (decimal): -13199296 or 4233270. OLE color: 4233270.

HSL color Cylindrical-coordinate representation of color #369840: hue angle of 126.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369840 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 152 64 -
CMYK 0.64 0 0.58 0.40
HSL 126.12º 0.48% 0.4% -
HSV(B) 126.12º 0.64% 0.6% -
XYZ 13.67 23.61 8.69 -
YUV 112.67 100.53 86.16 -
System Red Green Blue C M Y K H S L
Decimal 54 152 64 0.64 0 0.58 0.40 126.12 0.48 0.4
Hex 36 98 40 40 0 3A 28 7E 30 28
Octal 66 230 100 100 0 72 50 176 60 50
Binary 110110 10011000 1000000 1000000 0 111010 101000 1111110 110000 101000

Color Harmonies of #369840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369840

Black with #369840

Text Example


Text Example

White with #369840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369840; }

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

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

background-color css

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

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

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

border-color css

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

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

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