Html Css Color HEX #057365 Tropical Rain Forest

📋 copy color: '#057365'

red 5 ◦ green 115 ◦ blue 101

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

Shades of Tropical Rain Forest #057365

Tints of Tropical Rain Forest #057365

RGB

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

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

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

R = 2.26%
G = 52.04%
B = 45.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#057365 (or 0x057365) is known color: Tropical Rain Forest. HEX triplet: 05, 73 and 65. RGB value is (5,115,101). Sum of RGB (Red+Green+Blue) = 5+115+101=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #057365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057365 is #FA8C9A. Grayscale: #505050. Windows color (decimal): -16419995 or 6648581. OLE color: 6648581.

HSL color Cylindrical-coordinate representation of color #057365: hue angle of 172.36º 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 #057365 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 115 101 -
CMYK 0.96 0 0.12 0.55
HSL 172.36º 0.92% 0.24% -
HSV(B) 172.36º 0.96% 0.45% -
XYZ 8.54 13.23 14.42 -
YUV 80.51 139.56 74.14 -
System Red Green Blue C M Y K H S L
Decimal 5 115 101 0.96 0 0.12 0.55 172.36 0.92 0.24
Hex 5 73 65 60 0 C 37 AC 5C 18
Octal 5 163 145 140 0 14 67 254 134 30
Binary 101 1110011 1100101 1100000 0 1100 110111 10101100 1011100 11000

Color Harmonies of #057365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057365

Black with #057365

Text Example


Text Example

White with #057365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057365; }

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

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

background-color css

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

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

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

border-color css

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

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

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