Html Css Color HEX #369D5D Eucalyptus

📋 copy color: '#369D5D'

red 54 ◦ green 157 ◦ blue 93

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

Shades of Eucalyptus #369D5D

Tints of Eucalyptus #369D5D

RGB

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

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

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

R = 17.76%
G = 51.64%
B = 30.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#369D5D (or 0x369D5D) is known color: Eucalyptus. HEX triplet: 36, 9D and 5D. RGB value is (54,157,93). Sum of RGB (Red+Green+Blue) = 54+157+93=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 157 (61.72% from 255 or 51.64% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 157 - color contains mainly: green. Hex color #369D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369D5D is #C962A2. Grayscale: #777777. Windows color (decimal): -13197987 or 6135094. OLE color: 6135094.

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

Color convert

RGB 54 157 93 -
CMYK 0.66 0 0.41 0.38
HSL 142.72º 0.49% 0.41% -
HSV(B) 142.72º 0.66% 0.62% -
XYZ 15.55 25.69 14.49 -
YUV 118.91 113.38 81.7 -
System Red Green Blue C M Y K H S L
Decimal 54 157 93 0.66 0 0.41 0.38 142.72 0.49 0.41
Hex 36 9D 5D 42 0 29 26 8F 31 29
Octal 66 235 135 102 0 51 46 217 61 51
Binary 110110 10011101 1011101 1000010 0 101001 100110 10001111 110001 101001

Color Harmonies of #369D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369D5D

Black with #369D5D

Text Example


Text Example

White with #369D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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