Html Css Color HEX #05725E Tropical Rain Forest

📋 copy color: '#05725E'

red 5 ◦ green 114 ◦ blue 94

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

Shades of Tropical Rain Forest #05725E

Tints of Tropical Rain Forest #05725E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 53.52%

 BLUE value IS 94 (37.11% from 255) = 44.13%

R = 2.35%
G = 53.52%
B = 44.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#05725E (or 0x05725E) is known color: Tropical Rain Forest. HEX triplet: 05, 72 and 5E. RGB value is (5,114,94). Sum of RGB (Red+Green+Blue) = 5+114+94=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #05725E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05725E is #FA8DA1. Grayscale: #4F4F4F. Windows color (decimal): -16420258 or 6189573. OLE color: 6189573.

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

Color convert

RGB 5 114 94 -
CMYK 0.96 0 0.18 0.55
HSL 168.99º 0.92% 0.23% -
HSV(B) 168.99º 0.96% 0.45% -
XYZ 8.1 12.88 12.65 -
YUV 79.13 136.39 75.13 -
System Red Green Blue C M Y K H S L
Decimal 5 114 94 0.96 0 0.18 0.55 168.99 0.92 0.23
Hex 5 72 5E 60 0 12 37 A9 5C 17
Octal 5 162 136 140 0 22 67 251 134 27
Binary 101 1110010 1011110 1100000 0 10010 110111 10101001 1011100 10111

Color Harmonies of #05725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05725E

Black with #05725E

Text Example


Text Example

White with #05725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05725E; }

 p { color: rgb(5,114,94); }

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

background-color css

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

 a { background-color: rgb(5,114,94); }

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

border-color css

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

 span { border-color: rgb(5,114,94); }

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