Html Css Color HEX #017364 Tropical Rain Forest

📋 copy color: '#017364'

red 1 ◦ green 115 ◦ blue 100

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

Shades of Tropical Rain Forest #017364

Tints of Tropical Rain Forest #017364

RGB

 RED value IS 1 (0.78% from 255) = 0.46%

 GREEN value IS 115 (45.31% from 255) = 53.24%

 BLUE value IS 100 (39.45% from 255) = 46.3%

R = 0.46%
G = 53.24%
B = 46.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#017364 (or 0x017364) is known color: Tropical Rain Forest. HEX triplet: 01, 73 and 64. RGB value is (1,115,100). Sum of RGB (Red+Green+Blue) = 1+115+100=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 100 (39.45% from 255 or 46.30% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #017364 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017364 is #FE8C9B. Grayscale: #4F4F4F. Windows color (decimal): -16682140 or 6583041. OLE color: 6583041.

HSL color Cylindrical-coordinate representation of color #017364: hue angle of 172.11º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017364 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 115 100 -
CMYK 0.99 0 0.13 0.55
HSL 172.11º 0.98% 0.23% -
HSV(B) 172.11º 0.99% 0.45% -
XYZ 8.44 13.19 14.16 -
YUV 79.2 139.73 72.22 -
System Red Green Blue C M Y K H S L
Decimal 1 115 100 0.99 0 0.13 0.55 172.11 0.98 0.23
Hex 1 73 64 63 0 D 37 AC 62 17
Octal 1 163 144 143 0 15 67 254 142 27
Binary 1 1110011 1100100 1100011 0 1101 110111 10101100 1100010 10111

Color Harmonies of #017364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017364

Black with #017364

Text Example


Text Example

White with #017364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017364; }

 p { color: rgb(1,115,100); }

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

background-color css

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

 a { background-color: rgb(1,115,100); }

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

border-color css

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

 span { border-color: rgb(1,115,100); }

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