Html Css Color HEX #369A3F Fruit Salad

📋 copy color: '#369A3F'

red 54 ◦ green 154 ◦ blue 63

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

Shades of Fruit Salad #369A3F

Tints of Fruit Salad #369A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.25%

R = 19.93%
G = 56.83%
B = 23.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#369A3F (or 0x369A3F) is known color: Fruit Salad. HEX triplet: 36, 9A and 3F. RGB value is (54,154,63). Sum of RGB (Red+Green+Blue) = 54+154+63=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 154 (60.55% from 255 or 56.83% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 154 - color contains mainly: green. Hex color #369A3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369A3F is #C965C0. Grayscale: #717171. Windows color (decimal): -13198785 or 4168246. OLE color: 4168246.

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

Color convert

RGB 54 154 63 -
CMYK 0.65 0 0.59 0.40
HSL 125.4º 0.48% 0.41% -
HSV(B) 125.4º 0.65% 0.6% -
XYZ 13.97 24.25 8.65 -
YUV 113.73 99.37 85.4 -
System Red Green Blue C M Y K H S L
Decimal 54 154 63 0.65 0 0.59 0.40 125.4 0.48 0.41
Hex 36 9A 3F 41 0 3B 28 7D 30 29
Octal 66 232 77 101 0 73 50 175 60 51
Binary 110110 10011010 111111 1000001 0 111011 101000 1111101 110000 101001

Color Harmonies of #369A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369A3F

Black with #369A3F

Text Example


Text Example

White with #369A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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