Html Css Color HEX #03682F Crusoe

📋 copy color: '#03682F'

red 3 ◦ green 104 ◦ blue 47

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

Shades of Crusoe #03682F

Tints of Crusoe #03682F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 30.52%

R = 1.95%
G = 67.53%
B = 30.52%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#03682F (or 0x03682F) is known color: Crusoe. HEX triplet: 03, 68 and 2F. RGB value is (3,104,47). Sum of RGB (Red+Green+Blue) = 3+104+47=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 104 (41.02% from 255 or 67.53% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 104 - color contains mainly: green. Hex color #03682F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03682F is #FC97D0. Grayscale: #434343. Windows color (decimal): -16553937 or 3106819. OLE color: 3106819.

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

Color convert

RGB 3 104 47 -
CMYK 0.97 0 0.55 0.59
HSL 146.14º 0.94% 0.21% -
HSV(B) 146.14º 0.97% 0.41% -
XYZ 5.5 10.13 4.35 -
YUV 67.3 116.54 82.13 -
System Red Green Blue C M Y K H S L
Decimal 3 104 47 0.97 0 0.55 0.59 146.14 0.94 0.21
Hex 3 68 2F 61 0 37 3B 92 5E 15
Octal 3 150 57 141 0 67 73 222 136 25
Binary 11 1101000 101111 1100001 0 110111 111011 10010010 1011110 10101

Color Harmonies of #03682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03682F

Black with #03682F

Text Example


Text Example

White with #03682F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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