Html Css Color HEX #03681C Crusoe

📋 copy color: '#03681C'

red 3 ◦ green 104 ◦ blue 28

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

Shades of Crusoe #03681C

Tints of Crusoe #03681C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.74%

R = 2.22%
G = 77.04%
B = 20.74%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#03681C (or 0x03681C) is known color: Crusoe. HEX triplet: 03, 68 and 1C. RGB value is (3,104,28). Sum of RGB (Red+Green+Blue) = 3+104+28=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 104 (41.02% from 255 or 77.04% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 104 - color contains mainly: green. Hex color #03681C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03681C is #FC97E3. Grayscale: #414141. Windows color (decimal): -16553956 or 1861635. OLE color: 1861635.

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

Color convert

RGB 3 104 28 -
CMYK 0.97 0 0.73 0.59
HSL 134.85º 0.94% 0.21% -
HSV(B) 134.85º 0.97% 0.41% -
XYZ 5.2 10 2.76 -
YUV 65.14 107.04 83.68 -
System Red Green Blue C M Y K H S L
Decimal 3 104 28 0.97 0 0.73 0.59 134.85 0.94 0.21
Hex 3 68 1C 61 0 49 3B 87 5E 15
Octal 3 150 34 141 0 111 73 207 136 25
Binary 11 1101000 11100 1100001 0 1001001 111011 10000111 1011110 10101

Color Harmonies of #03681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03681C

Black with #03681C

Text Example


Text Example

White with #03681C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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