Html Css Color HEX #03643F Jewel

📋 copy color: '#03643F'

red 3 ◦ green 100 ◦ blue 63

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

Shades of Jewel #03643F

Tints of Jewel #03643F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 60.24%

 BLUE value IS 63 (25% from 255) = 37.95%

R = 1.81%
G = 60.24%
B = 37.95%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.37

 K value IS 0.61

RGB Variations

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

Color information

#03643F (or 0x03643F) is known color: Jewel. HEX triplet: 03, 64 and 3F. RGB value is (3,100,63). Sum of RGB (Red+Green+Blue) = 3+100+63=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 100 (39.45% from 255 or 60.24% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 100 - color contains mainly: green. Hex color #03643F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03643F is #FC9BC0. Grayscale: #424242. Windows color (decimal): -16554945 or 4154371. OLE color: 4154371.

HSL color Cylindrical-coordinate representation of color #03643F: hue angle of 157.11º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03643F is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 100 63 -
CMYK 0.97 0 0.37 0.61
HSL 157.11º 0.94% 0.2% -
HSV(B) 157.11º 0.97% 0.39% -
XYZ 5.49 9.49 6.25 -
YUV 66.78 125.86 82.51 -
System Red Green Blue C M Y K H S L
Decimal 3 100 63 0.97 0 0.37 0.61 157.11 0.94 0.2
Hex 3 64 3F 61 0 25 3D 9D 5E 14
Octal 3 144 77 141 0 45 75 235 136 24
Binary 11 1100100 111111 1100001 0 100101 111101 10011101 1011110 10100

Color Harmonies of #03643F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03643F

Black with #03643F

Text Example


Text Example

White with #03643F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,100,63); }

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

background-color css

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

 a { background-color: rgb(3,100,63); }

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

border-color css

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

 span { border-color: rgb(3,100,63); }

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