Html Css Color HEX #03673C Jewel

📋 copy color: '#03673C'

red 3 ◦ green 103 ◦ blue 60

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

Shades of Jewel #03673C

Tints of Jewel #03673C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 62.05%

 BLUE value IS 60 (23.83% from 255) = 36.14%

R = 1.81%
G = 62.05%
B = 36.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.42

 K value IS 0.60

RGB Variations

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

Color information

#03673C (or 0x03673C) is known color: Jewel. HEX triplet: 03, 67 and 3C. RGB value is (3,103,60). Sum of RGB (Red+Green+Blue) = 3+103+60=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 103 (40.62% from 255 or 62.05% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 103 - color contains mainly: green. Hex color #03673C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03673C is #FC98C3. Grayscale: #444444. Windows color (decimal): -16554180 or 3958531. OLE color: 3958531.

HSL color Cylindrical-coordinate representation of color #03673C: hue angle of 154.2º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03673C is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 103 60 -
CMYK 0.97 0 0.42 0.60
HSL 154.2º 0.94% 0.21% -
HSV(B) 154.2º 0.97% 0.4% -
XYZ 5.7 10.05 5.91 -
YUV 68.2 123.37 81.5 -
System Red Green Blue C M Y K H S L
Decimal 3 103 60 0.97 0 0.42 0.60 154.2 0.94 0.21
Hex 3 67 3C 61 0 2A 3C 9A 5E 15
Octal 3 147 74 141 0 52 74 232 136 25
Binary 11 1100111 111100 1100001 0 101010 111100 10011010 1011110 10101

Color Harmonies of #03673C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03673C

Black with #03673C

Text Example


Text Example

White with #03673C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03673C; }

 p { color: rgb(3,103,60); }

 H1.HeaderClassName
 {
   color: #03673C;
 }
 .AnyTagClassName
 {
   color: #03673C;
 }
</style>

background-color css

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

 a { background-color: rgb(3,103,60); }

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

border-color css

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

 span { border-color: rgb(3,103,60); }

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