Html Css Color HEX #369740 Fruit Salad

📋 copy color: '#369740'

red 54 ◦ green 151 ◦ blue 64

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

Shades of Fruit Salad #369740

Tints of Fruit Salad #369740

RGB

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

 GREEN value IS 151 (59.38% from 255) = 56.13%

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

R = 20.07%
G = 56.13%
B = 23.79%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#369740 (or 0x369740) is known color: Fruit Salad. HEX triplet: 36, 97 and 40. RGB value is (54,151,64). Sum of RGB (Red+Green+Blue) = 54+151+64=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 151 (59.38% from 255 or 56.13% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 151 - color contains mainly: green. Hex color #369740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369740 is #C968BF. Grayscale: #707070. Windows color (decimal): -13199552 or 4233014. OLE color: 4233014.

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

Color convert

RGB 54 151 64 -
CMYK 0.64 0 0.58 0.41
HSL 126.19º 0.47% 0.4% -
HSV(B) 126.19º 0.64% 0.59% -
XYZ 13.51 23.29 8.63 -
YUV 112.08 100.86 86.57 -
System Red Green Blue C M Y K H S L
Decimal 54 151 64 0.64 0 0.58 0.41 126.19 0.47 0.4
Hex 36 97 40 40 0 3A 29 7E 2F 28
Octal 66 227 100 100 0 72 51 176 57 50
Binary 110110 10010111 1000000 1000000 0 111010 101001 1111110 101111 101000

Color Harmonies of #369740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369740

Black with #369740

Text Example


Text Example

White with #369740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369740; }

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

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

background-color css

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

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

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

border-color css

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

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

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