Html Css Color HEX #369A39 Fruit Salad

📋 copy color: '#369A39'

red 54 ◦ green 154 ◦ blue 57

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

Shades of Fruit Salad #369A39

Tints of Fruit Salad #369A39

RGB

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

 GREEN value IS 154 (60.55% from 255) = 58.11%

 BLUE value IS 57 (22.66% from 255) = 21.51%

R = 20.38%
G = 58.11%
B = 21.51%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#369A39 (or 0x369A39) is known color: Fruit Salad. HEX triplet: 36, 9A and 39. RGB value is (54,154,57). Sum of RGB (Red+Green+Blue) = 54+154+57=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 154 (60.55% from 255 or 58.11% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 154 - color contains mainly: green. Hex color #369A39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369A39 is #C965C6. Grayscale: #717171. Windows color (decimal): -13198791 or 3775030. OLE color: 3775030.

HSL color Cylindrical-coordinate representation of color #369A39: hue angle of 121.8º 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 #369A39 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 154 57 -
CMYK 0.65 0 0.63 0.40
HSL 121.8º 0.48% 0.41% -
HSV(B) 121.8º 0.65% 0.6% -
XYZ 13.82 24.19 7.81 -
YUV 113.04 96.37 85.89 -
System Red Green Blue C M Y K H S L
Decimal 54 154 57 0.65 0 0.63 0.40 121.8 0.48 0.41
Hex 36 9A 39 41 0 3F 28 7A 30 29
Octal 66 232 71 101 0 77 50 172 60 51
Binary 110110 10011010 111001 1000001 0 111111 101000 1111010 110000 101001

Color Harmonies of #369A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369A39

Black with #369A39

Text Example


Text Example

White with #369A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,154,57); }

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

background-color css

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

 a { background-color: rgb(54,154,57); }

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

border-color css

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

 span { border-color: rgb(54,154,57); }

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