Html Css Color HEX #368E62 Eucalyptus

📋 copy color: '#368E62'

red 54 ◦ green 142 ◦ blue 98

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

Shades of Eucalyptus #368E62

Tints of Eucalyptus #368E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.33%

R = 18.37%
G = 48.3%
B = 33.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#368E62 (or 0x368E62) is known color: Eucalyptus. HEX triplet: 36, 8E and 62. RGB value is (54,142,98). Sum of RGB (Red+Green+Blue) = 54+142+98=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #368E62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368E62 is #C9719D. Grayscale: #6E6E6E. Windows color (decimal): -13201822 or 6458934. OLE color: 6458934.

HSL color Cylindrical-coordinate representation of color #368E62: hue angle of 150º 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 #368E62 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 142 98 -
CMYK 0.62 0 0.31 0.44
HSL 150º 0.45% 0.38% -
HSV(B) 150º 0.62% 0.56% -
XYZ 13.4 21.01 14.9 -
YUV 110.67 120.85 87.58 -
System Red Green Blue C M Y K H S L
Decimal 54 142 98 0.62 0 0.31 0.44 150 0.45 0.38
Hex 36 8E 62 3E 0 1F 2C 96 2D 26
Octal 66 216 142 76 0 37 54 226 55 46
Binary 110110 10001110 1100010 111110 0 11111 101100 10010110 101101 100110

Color Harmonies of #368E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368E62

Black with #368E62

Text Example


Text Example

White with #368E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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