Html Css Color HEX #03743D Jewel

📋 copy color: '#03743D'

red 3 ◦ green 116 ◦ blue 61

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

Shades of Jewel #03743D

Tints of Jewel #03743D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 64.44%

 BLUE value IS 61 (24.22% from 255) = 33.89%

R = 1.67%
G = 64.44%
B = 33.89%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#03743D (or 0x03743D) is known color: Jewel. HEX triplet: 03, 74 and 3D. RGB value is (3,116,61). Sum of RGB (Red+Green+Blue) = 3+116+61=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 116 (45.70% from 255 or 64.44% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 116 - color contains mainly: green. Hex color #03743D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03743D is #FC8BC2. Grayscale: #4C4C4C. Windows color (decimal): -16550851 or 4027395. OLE color: 4027395.

HSL color Cylindrical-coordinate representation of color #03743D: hue angle of 150.8º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03743D is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 116 61 -
CMYK 0.97 0 0.47 0.55
HSL 150.8º 0.95% 0.23% -
HSV(B) 150.8º 0.97% 0.45% -
XYZ 7.13 12.85 6.52 -
YUV 75.94 119.56 75.97 -
System Red Green Blue C M Y K H S L
Decimal 3 116 61 0.97 0 0.47 0.55 150.8 0.95 0.23
Hex 3 74 3D 61 0 2F 37 97 5F 17
Octal 3 164 75 141 0 57 67 227 137 27
Binary 11 1110100 111101 1100001 0 101111 110111 10010111 1011111 10111

Color Harmonies of #03743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03743D

Black with #03743D

Text Example


Text Example

White with #03743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03743D; }

 p { color: rgb(3,116,61); }

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

background-color css

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

 a { background-color: rgb(3,116,61); }

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

border-color css

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

 span { border-color: rgb(3,116,61); }

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