Html Css Color HEX #369D5E Eucalyptus

📋 copy color: '#369D5E'

red 54 ◦ green 157 ◦ blue 94

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

Shades of Eucalyptus #369D5E

Tints of Eucalyptus #369D5E

RGB

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

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

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

R = 17.7%
G = 51.48%
B = 30.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#369D5E (or 0x369D5E) is known color: Eucalyptus. HEX triplet: 36, 9D and 5E. RGB value is (54,157,94). Sum of RGB (Red+Green+Blue) = 54+157+94=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #369D5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369D5E is #C962A1. Grayscale: #777777. Windows color (decimal): -13197986 or 6200630. OLE color: 6200630.

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

Color convert

RGB 54 157 94 -
CMYK 0.66 0 0.40 0.38
HSL 143.3º 0.49% 0.41% -
HSV(B) 143.3º 0.66% 0.62% -
XYZ 15.6 25.71 14.73 -
YUV 119.02 113.88 81.62 -
System Red Green Blue C M Y K H S L
Decimal 54 157 94 0.66 0 0.40 0.38 143.3 0.49 0.41
Hex 36 9D 5E 42 0 28 26 8F 31 29
Octal 66 235 136 102 0 50 46 217 61 51
Binary 110110 10011101 1011110 1000010 0 101000 100110 10001111 110001 101001

Color Harmonies of #369D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369D5E

Black with #369D5E

Text Example


Text Example

White with #369D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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