Html Css Color HEX #369B5A Eucalyptus

📋 copy color: '#369B5A'

red 54 ◦ green 155 ◦ blue 90

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

Shades of Eucalyptus #369B5A

Tints of Eucalyptus #369B5A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 51.84%

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

R = 18.06%
G = 51.84%
B = 30.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#369B5A (or 0x369B5A) is known color: Eucalyptus. HEX triplet: 36, 9B and 5A. RGB value is (54,155,90). Sum of RGB (Red+Green+Blue) = 54+155+90=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #369B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369B5A is #C964A5. Grayscale: #757575. Windows color (decimal): -13198502 or 5937974. OLE color: 5937974.

HSL color Cylindrical-coordinate representation of color #369B5A: hue angle of 141.39º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369B5A is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 155 90 -
CMYK 0.65 0 0.42 0.39
HSL 141.39º 0.48% 0.41% -
HSV(B) 141.39º 0.65% 0.61% -
XYZ 15.09 24.97 13.7 -
YUV 117.39 112.54 82.79 -
System Red Green Blue C M Y K H S L
Decimal 54 155 90 0.65 0 0.42 0.39 141.39 0.48 0.41
Hex 36 9B 5A 41 0 2A 27 8D 30 29
Octal 66 233 132 101 0 52 47 215 60 51
Binary 110110 10011011 1011010 1000001 0 101010 100111 10001101 110000 101001

Color Harmonies of #369B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369B5A

Black with #369B5A

Text Example


Text Example

White with #369B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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