Html Css Color HEX #369D68 Eucalyptus

📋 copy color: '#369D68'

red 54 ◦ green 157 ◦ blue 104

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

Shades of Eucalyptus #369D68

Tints of Eucalyptus #369D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.02%

R = 17.14%
G = 49.84%
B = 33.02%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#369D68 (or 0x369D68) is known color: Eucalyptus. HEX triplet: 36, 9D and 68. RGB value is (54,157,104). Sum of RGB (Red+Green+Blue) = 54+157+104=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #369D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369D68 is #C96297. Grayscale: #787878. Windows color (decimal): -13197976 or 6855990. OLE color: 6855990.

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

Color convert

RGB 54 157 104 -
CMYK 0.66 0 0.34 0.38
HSL 149.13º 0.49% 0.41% -
HSV(B) 149.13º 0.66% 0.62% -
XYZ 16.08 25.9 17.25 -
YUV 120.16 118.88 80.81 -
System Red Green Blue C M Y K H S L
Decimal 54 157 104 0.66 0 0.34 0.38 149.13 0.49 0.41
Hex 36 9D 68 42 0 22 26 95 31 29
Octal 66 235 150 102 0 42 46 225 61 51
Binary 110110 10011101 1101000 1000010 0 100010 100110 10010101 110001 101001

Color Harmonies of #369D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369D68

Black with #369D68

Text Example


Text Example

White with #369D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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