Html Css Color HEX #369D41 Fruit Salad

📋 copy color: '#369D41'

red 54 ◦ green 157 ◦ blue 65

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

Shades of Fruit Salad #369D41

Tints of Fruit Salad #369D41

RGB

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

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

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

R = 19.57%
G = 56.88%
B = 23.55%

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

#369D41 (or 0x369D41) is known color: Fruit Salad. HEX triplet: 36, 9D and 41. RGB value is (54,157,65). Sum of RGB (Red+Green+Blue) = 54+157+65=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 157 (61.72% from 255 or 56.88% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 157 - color contains mainly: green. Hex color #369D41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369D41 is #C962BE. Grayscale: #737373. Windows color (decimal): -13198015 or 4300086. OLE color: 4300086.

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

Color convert

RGB 54 157 65 -
CMYK 0.66 0 0.59 0.38
HSL 126.41º 0.49% 0.41% -
HSV(B) 126.41º 0.66% 0.62% -
XYZ 14.53 25.28 9.11 -
YUV 115.72 99.38 83.98 -
System Red Green Blue C M Y K H S L
Decimal 54 157 65 0.66 0 0.59 0.38 126.41 0.49 0.41
Hex 36 9D 41 42 0 3B 26 7E 31 29
Octal 66 235 101 102 0 73 46 176 61 51
Binary 110110 10011101 1000001 1000010 0 111011 100110 1111110 110001 101001

Color Harmonies of #369D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369D41

Black with #369D41

Text Example


Text Example

White with #369D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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