#038163

Color #038163 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #038163

Tints of Tropical Rain Forest #038163

Color information

#038163 (or 0x038163) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 81 and 63. RGB value is (3,129,99). Sum of RGB (Red+Green+Blue) = 3+129+99=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #038163 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038163 is #FC7E9C. Grayscale: #575757. Windows color (decimal): -16547485 or 6521091. OLE color: 6521091.

HSL color Cylindrical-coordinate representation of color #038163: hue angle of 165.71º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038163 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB312999-
CMYK0.9800.230.49
HSL165.71º95.45%25.88%-
HSV(B)165.71º97.67%50.59%-
XYZ10.1416.6214.48-
YUV87.91134.2667.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.30%
GREEN value IS 129 (50.78% from 255) = 55.84%
BLUE value IS 99 (39.06% from 255) = 42.86%
R=1.30%
G=55.84%
B=42.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3129990.9800.230.49165.7195.4525.88
Hex381636201731a65f1a
Octal32011431420276124613732
Binary11100000011100011110001001011111000110100110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038163; }

 p { color: rgb(3,129,99); }

 H1.HeaderClassName
 {
   color: #038163;
 }
 .AnyTagClassName
 {
   color: #038163;
 }
</style>
background-color css

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

 a { background-color: rgb(3,129,99); }

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

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

 span { border-color: rgb(3,129,99); }

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