Html Css Color HEX #03682B Crusoe

📋 copy color: '#03682B'

red 3 ◦ green 104 ◦ blue 43

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

Shades of Crusoe #03682B

Tints of Crusoe #03682B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.67%

R = 2%
G = 69.33%
B = 28.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#03682B (or 0x03682B) is known color: Crusoe. HEX triplet: 03, 68 and 2B. RGB value is (3,104,43). Sum of RGB (Red+Green+Blue) = 3+104+43=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 104 (41.02% from 255 or 69.33% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 104 - color contains mainly: green. Hex color #03682B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03682B is #FC97D4. Grayscale: #424242. Windows color (decimal): -16553941 or 2844675. OLE color: 2844675.

HSL color Cylindrical-coordinate representation of color #03682B: hue angle of 143.76º 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 #03682B is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 104 43 -
CMYK 0.97 0 0.59 0.59
HSL 143.76º 0.94% 0.21% -
HSV(B) 143.76º 0.97% 0.41% -
XYZ 5.42 10.09 3.95 -
YUV 66.85 114.54 82.46 -
System Red Green Blue C M Y K H S L
Decimal 3 104 43 0.97 0 0.59 0.59 143.76 0.94 0.21
Hex 3 68 2B 61 0 3B 3B 90 5E 15
Octal 3 150 53 141 0 73 73 220 136 25
Binary 11 1101000 101011 1100001 0 111011 111011 10010000 1011110 10101

Color Harmonies of #03682B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03682B

Black with #03682B

Text Example


Text Example

White with #03682B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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