Html Css Color HEX #03755F Tropical Rain Forest

📋 copy color: '#03755F'

red 3 ◦ green 117 ◦ blue 95

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

Shades of Tropical Rain Forest #03755F

Tints of Tropical Rain Forest #03755F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 44.19%

R = 1.4%
G = 54.42%
B = 44.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#03755F (or 0x03755F) is known color: Tropical Rain Forest. HEX triplet: 03, 75 and 5F. RGB value is (3,117,95). Sum of RGB (Red+Green+Blue) = 3+117+95=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #03755F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03755F is #FC8AA0. Grayscale: #505050. Windows color (decimal): -16550561 or 6255875. OLE color: 6255875.

HSL color Cylindrical-coordinate representation of color #03755F: hue angle of 168.42º 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 #03755F is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 117 95 -
CMYK 0.97 0 0.19 0.54
HSL 168.42º 0.95% 0.24% -
HSV(B) 168.42º 0.97% 0.46% -
XYZ 8.46 13.57 13 -
YUV 80.41 136.23 72.79 -
System Red Green Blue C M Y K H S L
Decimal 3 117 95 0.97 0 0.19 0.54 168.42 0.95 0.24
Hex 3 75 5F 61 0 13 36 A8 5F 18
Octal 3 165 137 141 0 23 66 250 137 30
Binary 11 1110101 1011111 1100001 0 10011 110110 10101000 1011111 11000

Color Harmonies of #03755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03755F

Black with #03755F

Text Example


Text Example

White with #03755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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