Html Css Color HEX #369D5A Eucalyptus

📋 copy color: '#369D5A'

red 54 ◦ green 157 ◦ blue 90

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

Shades of Eucalyptus #369D5A

Tints of Eucalyptus #369D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.9%

R = 17.94%
G = 52.16%
B = 29.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#369D5A (or 0x369D5A) is known color: Eucalyptus. HEX triplet: 36, 9D and 5A. RGB value is (54,157,90). Sum of RGB (Red+Green+Blue) = 54+157+90=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #369D5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369D5A is #C962A5. Grayscale: #767676. Windows color (decimal): -13197990 or 5938486. OLE color: 5938486.

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

Color convert

RGB 54 157 90 -
CMYK 0.66 0 0.43 0.38
HSL 140.97º 0.49% 0.41% -
HSV(B) 140.97º 0.66% 0.62% -
XYZ 15.42 25.64 13.81 -
YUV 118.57 111.88 81.95 -
System Red Green Blue C M Y K H S L
Decimal 54 157 90 0.66 0 0.43 0.38 140.97 0.49 0.41
Hex 36 9D 5A 42 0 2B 26 8D 31 29
Octal 66 235 132 102 0 53 46 215 61 51
Binary 110110 10011101 1011010 1000010 0 101011 100110 10001101 110001 101001

Color Harmonies of #369D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369D5A

Black with #369D5A

Text Example


Text Example

White with #369D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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