Html Css Color HEX #03682E Crusoe

📋 copy color: '#03682E'

red 3 ◦ green 104 ◦ blue 46

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

Shades of Crusoe #03682E

Tints of Crusoe #03682E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 30.07%

R = 1.96%
G = 67.97%
B = 30.07%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#03682E (or 0x03682E) is known color: Crusoe. HEX triplet: 03, 68 and 2E. RGB value is (3,104,46). Sum of RGB (Red+Green+Blue) = 3+104+46=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 104 (41.02% from 255 or 67.97% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 104 - color contains mainly: green. Hex color #03682E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03682E is #FC97D1. Grayscale: #434343. Windows color (decimal): -16553938 or 3041283. OLE color: 3041283.

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

Color convert

RGB 3 104 46 -
CMYK 0.97 0 0.56 0.59
HSL 145.54º 0.94% 0.21% -
HSV(B) 145.54º 0.97% 0.41% -
XYZ 5.48 10.12 4.25 -
YUV 67.19 116.04 82.22 -
System Red Green Blue C M Y K H S L
Decimal 3 104 46 0.97 0 0.56 0.59 145.54 0.94 0.21
Hex 3 68 2E 61 0 38 3B 92 5E 15
Octal 3 150 56 141 0 70 73 222 136 25
Binary 11 1101000 101110 1100001 0 111000 111011 10010010 1011110 10101

Color Harmonies of #03682E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03682E

Black with #03682E

Text Example


Text Example

White with #03682E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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