Html Css Color HEX #057363 Tropical Rain Forest

📋 copy color: '#057363'

red 5 ◦ green 115 ◦ blue 99

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

Shades of Tropical Rain Forest #057363

Tints of Tropical Rain Forest #057363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45.21%

R = 2.28%
G = 52.51%
B = 45.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#057363 (or 0x057363) is known color: Tropical Rain Forest. HEX triplet: 05, 73 and 63. RGB value is (5,115,99). Sum of RGB (Red+Green+Blue) = 5+115+99=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #057363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057363 is #FA8C9C. Grayscale: #505050. Windows color (decimal): -16419997 or 6517509. OLE color: 6517509.

HSL color Cylindrical-coordinate representation of color #057363: hue angle of 171.27º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057363 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 115 99 -
CMYK 0.96 0 0.14 0.55
HSL 171.27º 0.92% 0.24% -
HSV(B) 171.27º 0.96% 0.45% -
XYZ 8.45 13.19 13.91 -
YUV 80.29 138.56 74.3 -
System Red Green Blue C M Y K H S L
Decimal 5 115 99 0.96 0 0.14 0.55 171.27 0.92 0.24
Hex 5 73 63 60 0 E 37 AB 5C 18
Octal 5 163 143 140 0 16 67 253 134 30
Binary 101 1110011 1100011 1100000 0 1110 110111 10101011 1011100 11000

Color Harmonies of #057363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057363

Black with #057363

Text Example


Text Example

White with #057363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057363; }

 p { color: rgb(5,115,99); }

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

background-color css

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

 a { background-color: rgb(5,115,99); }

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

border-color css

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

 span { border-color: rgb(5,115,99); }

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