Html Css Color HEX #369C5D Eucalyptus

📋 copy color: '#369C5D'

red 54 ◦ green 156 ◦ blue 93

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

Shades of Eucalyptus #369C5D

Tints of Eucalyptus #369C5D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 51.49%

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

R = 17.82%
G = 51.49%
B = 30.69%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#369C5D (or 0x369C5D) is known color: Eucalyptus. HEX triplet: 36, 9C and 5D. RGB value is (54,156,93). Sum of RGB (Red+Green+Blue) = 54+156+93=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 156 (61.33% from 255 or 51.49% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 156 - color contains mainly: green. Hex color #369C5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369C5D is #C963A2. Grayscale: #767676. Windows color (decimal): -13198243 or 6134838. OLE color: 6134838.

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

Color convert

RGB 54 156 93 -
CMYK 0.65 0 0.40 0.39
HSL 142.94º 0.49% 0.41% -
HSV(B) 142.94º 0.65% 0.61% -
XYZ 15.39 25.35 14.44 -
YUV 118.32 113.71 82.12 -
System Red Green Blue C M Y K H S L
Decimal 54 156 93 0.65 0 0.40 0.39 142.94 0.49 0.41
Hex 36 9C 5D 41 0 28 27 8F 31 29
Octal 66 234 135 101 0 50 47 217 61 51
Binary 110110 10011100 1011101 1000001 0 101000 100111 10001111 110001 101001

Color Harmonies of #369C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369C5D

Black with #369C5D

Text Example


Text Example

White with #369C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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