Html Css Color HEX #369B5D Eucalyptus

📋 copy color: '#369B5D'

red 54 ◦ green 155 ◦ blue 93

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

Shades of Eucalyptus #369B5D

Tints of Eucalyptus #369B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.79%

R = 17.88%
G = 51.32%
B = 30.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#369B5D (or 0x369B5D) is known color: Eucalyptus. HEX triplet: 36, 9B and 5D. RGB value is (54,155,93). Sum of RGB (Red+Green+Blue) = 54+155+93=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 155 (60.94% from 255 or 51.32% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 155 - color contains mainly: green. Hex color #369B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369B5D is #C964A2. Grayscale: #757575. Windows color (decimal): -13198499 or 6134582. OLE color: 6134582.

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

Color convert

RGB 54 155 93 -
CMYK 0.65 0 0.4 0.39
HSL 143.17º 0.48% 0.41% -
HSV(B) 143.17º 0.65% 0.61% -
XYZ 15.22 25.02 14.38 -
YUV 117.73 114.04 82.54 -
System Red Green Blue C M Y K H S L
Decimal 54 155 93 0.65 0 0.4 0.39 143.17 0.48 0.41
Hex 36 9B 5D 41 0 28 27 8F 30 29
Octal 66 233 135 101 0 50 47 217 60 51
Binary 110110 10011011 1011101 1000001 0 101000 100111 10001111 110000 101001

Color Harmonies of #369B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369B5D

Black with #369B5D

Text Example


Text Example

White with #369B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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