Html Css Color HEX #057065 Tropical Rain Forest

📋 copy color: '#057065'

red 5 ◦ green 112 ◦ blue 101

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

Shades of Tropical Rain Forest #057065

Tints of Tropical Rain Forest #057065

RGB

 RED value IS 5 (2.34% from 255) = 2.29%

 GREEN value IS 112 (44.14% from 255) = 51.38%

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

R = 2.29%
G = 51.38%
B = 46.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#057065 (or 0x057065) is known color: Tropical Rain Forest. HEX triplet: 05, 70 and 65. RGB value is (5,112,101). Sum of RGB (Red+Green+Blue) = 5+112+101=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #057065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057065 is #FA8F9A. Grayscale: #4E4E4E. Windows color (decimal): -16420763 or 6647813. OLE color: 6647813.

HSL color Cylindrical-coordinate representation of color #057065: hue angle of 173.83º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057065 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 112 101 -
CMYK 0.96 0 0.10 0.56
HSL 173.83º 0.91% 0.23% -
HSV(B) 173.83º 0.96% 0.44% -
XYZ 8.21 12.56 14.3 -
YUV 78.75 140.55 75.39 -
System Red Green Blue C M Y K H S L
Decimal 5 112 101 0.96 0 0.10 0.56 173.83 0.91 0.23
Hex 5 70 65 60 0 A 38 AE 5B 17
Octal 5 160 145 140 0 12 70 256 133 27
Binary 101 1110000 1100101 1100000 0 1010 111000 10101110 1011011 10111

Color Harmonies of #057065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057065

Black with #057065

Text Example


Text Example

White with #057065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057065; }

 p { color: rgb(5,112,101); }

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

background-color css

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

 a { background-color: rgb(5,112,101); }

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

border-color css

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

 span { border-color: rgb(5,112,101); }

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