Html Css Color HEX #369D40 Fruit Salad

📋 copy color: '#369D40'

red 54 ◦ green 157 ◦ blue 64

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

Shades of Fruit Salad #369D40

Tints of Fruit Salad #369D40

RGB

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

 GREEN value IS 157 (61.72% from 255) = 57.09%

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

R = 19.64%
G = 57.09%
B = 23.27%

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

#369D40 (or 0x369D40) is known color: Fruit Salad. HEX triplet: 36, 9D and 40. RGB value is (54,157,64). Sum of RGB (Red+Green+Blue) = 54+157+64=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 157 (61.72% from 255 or 57.09% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 157 - color contains mainly: green. Hex color #369D40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369D40 is #C962BF. Grayscale: #737373. Windows color (decimal): -13198016 or 4234550. OLE color: 4234550.

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

Color convert

RGB 54 157 64 -
CMYK 0.66 0 0.59 0.38
HSL 125.83º 0.49% 0.41% -
HSV(B) 125.83º 0.66% 0.62% -
XYZ 14.5 25.27 8.96 -
YUV 115.6 98.88 84.06 -
System Red Green Blue C M Y K H S L
Decimal 54 157 64 0.66 0 0.59 0.38 125.83 0.49 0.41
Hex 36 9D 40 42 0 3B 26 7E 31 29
Octal 66 235 100 102 0 73 46 176 61 51
Binary 110110 10011101 1000000 1000010 0 111011 100110 1111110 110001 101001

Color Harmonies of #369D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369D40

Black with #369D40

Text Example


Text Example

White with #369D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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