Html Css Color HEX #368F5E Eucalyptus

📋 copy color: '#368F5E'

red 54 ◦ green 143 ◦ blue 94

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

Shades of Eucalyptus #368F5E

Tints of Eucalyptus #368F5E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 49.14%

 BLUE value IS 94 (37.11% from 255) = 32.3%

R = 18.56%
G = 49.14%
B = 32.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#368F5E (or 0x368F5E) is known color: Eucalyptus. HEX triplet: 36, 8F and 5E. RGB value is (54,143,94). Sum of RGB (Red+Green+Blue) = 54+143+94=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 143 (56.25% from 255 or 49.14% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 143 - color contains mainly: green. Hex color #368F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368F5E is #C970A1. Grayscale: #6E6E6E. Windows color (decimal): -13201570 or 6197046. OLE color: 6197046.

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

Color convert

RGB 54 143 94 -
CMYK 0.62 0 0.34 0.44
HSL 146.97º 0.45% 0.39% -
HSV(B) 146.97º 0.62% 0.56% -
XYZ 13.36 21.24 13.98 -
YUV 110.8 118.51 87.48 -
System Red Green Blue C M Y K H S L
Decimal 54 143 94 0.62 0 0.34 0.44 146.97 0.45 0.39
Hex 36 8F 5E 3E 0 22 2C 93 2D 27
Octal 66 217 136 76 0 42 54 223 55 47
Binary 110110 10001111 1011110 111110 0 100010 101100 10010011 101101 100111

Color Harmonies of #368F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368F5E

Black with #368F5E

Text Example


Text Example

White with #368F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,143,94); }

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

background-color css

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

 a { background-color: rgb(54,143,94); }

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

border-color css

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

 span { border-color: rgb(54,143,94); }

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