Html Css Color HEX #03682D Crusoe

📋 copy color: '#03682D'

red 3 ◦ green 104 ◦ blue 45

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

Shades of Crusoe #03682D

Tints of Crusoe #03682D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 29.61%

R = 1.97%
G = 68.42%
B = 29.61%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#03682D (or 0x03682D) is known color: Crusoe. HEX triplet: 03, 68 and 2D. RGB value is (3,104,45). Sum of RGB (Red+Green+Blue) = 3+104+45=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 104 (41.02% from 255 or 68.42% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 104 - color contains mainly: green. Hex color #03682D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03682D is #FC97D2. Grayscale: #434343. Windows color (decimal): -16553939 or 2975747. OLE color: 2975747.

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

Color convert

RGB 3 104 45 -
CMYK 0.97 0 0.57 0.59
HSL 144.95º 0.94% 0.21% -
HSV(B) 144.95º 0.97% 0.41% -
XYZ 5.46 10.11 4.15 -
YUV 67.08 115.54 82.3 -
System Red Green Blue C M Y K H S L
Decimal 3 104 45 0.97 0 0.57 0.59 144.95 0.94 0.21
Hex 3 68 2D 61 0 39 3B 91 5E 15
Octal 3 150 55 141 0 71 73 221 136 25
Binary 11 1101000 101101 1100001 0 111001 111011 10010001 1011110 10101

Color Harmonies of #03682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03682D

Black with #03682D

Text Example


Text Example

White with #03682D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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