Html Css Color HEX #369D6E Eucalyptus

📋 copy color: '#369D6E'

red 54 ◦ green 157 ◦ blue 110

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

Shades of Eucalyptus #369D6E

Tints of Eucalyptus #369D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.27%

R = 16.82%
G = 48.91%
B = 34.27%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#369D6E (or 0x369D6E) is known color: Eucalyptus. HEX triplet: 36, 9D and 6E. RGB value is (54,157,110). Sum of RGB (Red+Green+Blue) = 54+157+110=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 157 (61.72% from 255 or 48.91% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 157 - color contains mainly: green. Hex color #369D6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369D6E is #C96291. Grayscale: #787878. Windows color (decimal): -13197970 or 7249206. OLE color: 7249206.

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

Color convert

RGB 54 157 110 -
CMYK 0.66 0 0.30 0.38
HSL 152.62º 0.49% 0.41% -
HSV(B) 152.62º 0.66% 0.62% -
XYZ 16.39 26.02 18.91 -
YUV 120.85 121.88 80.32 -
System Red Green Blue C M Y K H S L
Decimal 54 157 110 0.66 0 0.30 0.38 152.62 0.49 0.41
Hex 36 9D 6E 42 0 1E 26 99 31 29
Octal 66 235 156 102 0 36 46 231 61 51
Binary 110110 10011101 1101110 1000010 0 11110 100110 10011001 110001 101001

Color Harmonies of #369D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369D6E

Black with #369D6E

Text Example


Text Example

White with #369D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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