Html Css Color HEX #369D64 Eucalyptus

📋 copy color: '#369D64'

red 54 ◦ green 157 ◦ blue 100

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

Shades of Eucalyptus #369D64

Tints of Eucalyptus #369D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.15%

R = 17.36%
G = 50.48%
B = 32.15%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#369D64 (or 0x369D64) is known color: Eucalyptus. HEX triplet: 36, 9D and 64. RGB value is (54,157,100). Sum of RGB (Red+Green+Blue) = 54+157+100=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 157 (61.72% from 255 or 50.48% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 157 - color contains mainly: green. Hex color #369D64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369D64 is #C9629B. Grayscale: #777777. Windows color (decimal): -13197980 or 6593846. OLE color: 6593846.

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

Color convert

RGB 54 157 100 -
CMYK 0.66 0 0.36 0.38
HSL 146.8º 0.49% 0.41% -
HSV(B) 146.8º 0.66% 0.62% -
XYZ 15.88 25.82 16.2 -
YUV 119.71 116.88 81.13 -
System Red Green Blue C M Y K H S L
Decimal 54 157 100 0.66 0 0.36 0.38 146.8 0.49 0.41
Hex 36 9D 64 42 0 24 26 93 31 29
Octal 66 235 144 102 0 44 46 223 61 51
Binary 110110 10011101 1100100 1000010 0 100100 100110 10010011 110001 101001

Color Harmonies of #369D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369D64

Black with #369D64

Text Example


Text Example

White with #369D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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