Html Css Color HEX #03755E Tropical Rain Forest

📋 copy color: '#03755E'

red 3 ◦ green 117 ◦ blue 94

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

Shades of Tropical Rain Forest #03755E

Tints of Tropical Rain Forest #03755E

RGB

 RED value IS 3 (1.56% from 255) = 1.4%

 GREEN value IS 117 (46.09% from 255) = 54.67%

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

R = 1.4%
G = 54.67%
B = 43.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#03755E (or 0x03755E) is known color: Tropical Rain Forest. HEX triplet: 03, 75 and 5E. RGB value is (3,117,94). Sum of RGB (Red+Green+Blue) = 3+117+94=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #03755E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03755E is #FC8AA1. Grayscale: #505050. Windows color (decimal): -16550562 or 6190339. OLE color: 6190339.

HSL color Cylindrical-coordinate representation of color #03755E: hue angle of 167.89º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03755E is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 117 94 -
CMYK 0.97 0 0.20 0.54
HSL 167.89º 0.95% 0.24% -
HSV(B) 167.89º 0.97% 0.46% -
XYZ 8.42 13.55 12.76 -
YUV 80.29 135.73 72.87 -
System Red Green Blue C M Y K H S L
Decimal 3 117 94 0.97 0 0.20 0.54 167.89 0.95 0.24
Hex 3 75 5E 61 0 14 36 A8 5F 18
Octal 3 165 136 141 0 24 66 250 137 30
Binary 11 1110101 1011110 1100001 0 10100 110110 10101000 1011111 11000

Color Harmonies of #03755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03755E

Black with #03755E

Text Example


Text Example

White with #03755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,117,94); }

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

background-color css

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

 a { background-color: rgb(3,117,94); }

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

border-color css

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

 span { border-color: rgb(3,117,94); }

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