Html Css Color HEX #369941 Fruit Salad

📋 copy color: '#369941'

red 54 ◦ green 153 ◦ blue 65

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

Shades of Fruit Salad #369941

Tints of Fruit Salad #369941

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.25%

 BLUE value IS 65 (25.78% from 255) = 23.9%

R = 19.85%
G = 56.25%
B = 23.9%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#369941 (or 0x369941) is known color: Fruit Salad. HEX triplet: 36, 99 and 41. RGB value is (54,153,65). Sum of RGB (Red+Green+Blue) = 54+153+65=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #369941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369941 is #C966BE. Grayscale: #717171. Windows color (decimal): -13199039 or 4299062. OLE color: 4299062.

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

Color convert

RGB 54 153 65 -
CMYK 0.65 0 0.58 0.4
HSL 126.67º 0.48% 0.41% -
HSV(B) 126.67º 0.65% 0.6% -
XYZ 13.87 23.95 8.89 -
YUV 113.37 100.7 85.66 -
System Red Green Blue C M Y K H S L
Decimal 54 153 65 0.65 0 0.58 0.4 126.67 0.48 0.41
Hex 36 99 41 41 0 3A 28 7F 30 29
Octal 66 231 101 101 0 72 50 177 60 51
Binary 110110 10011001 1000001 1000001 0 111010 101000 1111111 110000 101001

Color Harmonies of #369941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369941

Black with #369941

Text Example


Text Example

White with #369941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369941; }

 p { color: rgb(54,153,65); }

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

background-color css

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

 a { background-color: rgb(54,153,65); }

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

border-color css

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

 span { border-color: rgb(54,153,65); }

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