Html Css Color HEX #368E5D Eucalyptus

📋 copy color: '#368E5D'

red 54 ◦ green 142 ◦ blue 93

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

Shades of Eucalyptus #368E5D

Tints of Eucalyptus #368E5D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 49.13%

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

R = 18.69%
G = 49.13%
B = 32.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#368E5D (or 0x368E5D) is known color: Eucalyptus. HEX triplet: 36, 8E and 5D. RGB value is (54,142,93). Sum of RGB (Red+Green+Blue) = 54+142+93=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 142 (55.86% from 255 or 49.13% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 142 - color contains mainly: green. Hex color #368E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368E5D is #C971A2. Grayscale: #6E6E6E. Windows color (decimal): -13201827 or 6131254. OLE color: 6131254.

HSL color Cylindrical-coordinate representation of color #368E5D: hue angle of 146.59º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368E5D is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 142 93 -
CMYK 0.62 0 0.35 0.44
HSL 146.59º 0.45% 0.38% -
HSV(B) 146.59º 0.62% 0.56% -
XYZ 13.17 20.92 13.7 -
YUV 110.1 118.35 87.98 -
System Red Green Blue C M Y K H S L
Decimal 54 142 93 0.62 0 0.35 0.44 146.59 0.45 0.38
Hex 36 8E 5D 3E 0 23 2C 93 2D 26
Octal 66 216 135 76 0 43 54 223 55 46
Binary 110110 10001110 1011101 111110 0 100011 101100 10010011 101101 100110

Color Harmonies of #368E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368E5D

Black with #368E5D

Text Example


Text Example

White with #368E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368E5D; }

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

 H1.HeaderClassName
 {
   color: #368E5D;
 }
 .AnyTagClassName
 {
   color: #368E5D;
 }
</style>

background-color css

<style>
 a { background-color: #368E5D; }

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

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

border-color css

<style>
 span { border-color: #368E5D; }

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

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