Html Css Color HEX #369265 Eucalyptus

📋 copy color: '#369265'

red 54 ◦ green 146 ◦ blue 101

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

Shades of Eucalyptus #369265

Tints of Eucalyptus #369265

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.5%

 BLUE value IS 101 (39.84% from 255) = 33.55%

R = 17.94%
G = 48.5%
B = 33.55%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#369265 (or 0x369265) is known color: Eucalyptus. HEX triplet: 36, 92 and 65. RGB value is (54,146,101). Sum of RGB (Red+Green+Blue) = 54+146+101=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #369265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369265 is #C96D9A. Grayscale: #717171. Windows color (decimal): -13200795 or 6656566. OLE color: 6656566.

HSL color Cylindrical-coordinate representation of color #369265: hue angle of 150.65º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369265 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 146 101 -
CMYK 0.63 0 0.31 0.43
HSL 150.65º 0.46% 0.39% -
HSV(B) 150.65º 0.63% 0.57% -
XYZ 14.15 22.28 15.87 -
YUV 113.36 121.02 85.66 -
System Red Green Blue C M Y K H S L
Decimal 54 146 101 0.63 0 0.31 0.43 150.65 0.46 0.39
Hex 36 92 65 3F 0 1F 2B 97 2E 27
Octal 66 222 145 77 0 37 53 227 56 47
Binary 110110 10010010 1100101 111111 0 11111 101011 10010111 101110 100111

Color Harmonies of #369265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369265

Black with #369265

Text Example


Text Example

White with #369265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369265; }

 p { color: rgb(54,146,101); }

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

background-color css

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

 a { background-color: rgb(54,146,101); }

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

border-color css

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

 span { border-color: rgb(54,146,101); }

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