Html Css Color HEX #03682C Crusoe

📋 copy color: '#03682C'

red 3 ◦ green 104 ◦ blue 44

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

Shades of Crusoe #03682C

Tints of Crusoe #03682C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 68.87%

 BLUE value IS 44 (17.58% from 255) = 29.14%

R = 1.99%
G = 68.87%
B = 29.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#03682C (or 0x03682C) is known color: Crusoe. HEX triplet: 03, 68 and 2C. RGB value is (3,104,44). Sum of RGB (Red+Green+Blue) = 3+104+44=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 104 (41.02% from 255 or 68.87% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 104 - color contains mainly: green. Hex color #03682C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03682C is #FC97D3. Grayscale: #434343. Windows color (decimal): -16553940 or 2910211. OLE color: 2910211.

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

Color convert

RGB 3 104 44 -
CMYK 0.97 0 0.58 0.59
HSL 144.36º 0.94% 0.21% -
HSV(B) 144.36º 0.97% 0.41% -
XYZ 5.44 10.1 4.05 -
YUV 66.96 115.04 82.38 -
System Red Green Blue C M Y K H S L
Decimal 3 104 44 0.97 0 0.58 0.59 144.36 0.94 0.21
Hex 3 68 2C 61 0 3A 3B 90 5E 15
Octal 3 150 54 141 0 72 73 220 136 25
Binary 11 1101000 101100 1100001 0 111010 111011 10010000 1011110 10101

Color Harmonies of #03682C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03682C

Black with #03682C

Text Example


Text Example

White with #03682C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,104,44); }

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

background-color css

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

 a { background-color: rgb(3,104,44); }

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

border-color css

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

 span { border-color: rgb(3,104,44); }

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