#03691E

Color #03691E Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #03691E

Tints of Crusoe #03691E

Color information

#03691E (or 0x03691E) is unknown color: approx Crusoe. HEX triplet: 03, 69 and 1E. RGB value is (3,105,30). Sum of RGB (Red+Green+Blue) = 3+105+30=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 105 (41.41% from 255 or 76.09% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 105 - color contains mainly: green. Hex color #03691E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03691E is #FC96E1. Grayscale: #424242. Windows color (decimal): -16553698 or 1992963. OLE color: 1992963.

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

Color convert

RGB310530-
CMYK0.9700.710.59
HSL135.88º94.44%21.18%-
HSV(B)135.88º97.14%41.18%-
XYZ5.3210.222.92-
YUV65.95107.7183.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.17%
GREEN value IS 105 (41.41% from 255) = 76.09%
BLUE value IS 30 (12.11% from 255) = 21.74%
R=2.17%
G=76.09%
B=21.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3105300.9700.710.59135.8894.4421.18
Hex3691E610473B885e15
Octal31513614101077321013625
Binary1111010011111011000010100011111101110001000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03691E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,105,30); }

 H1.HeaderClassName
 {
   color: #03691E;
 }
 .AnyTagClassName
 {
   color: #03691E;
 }
</style>
background-color css

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

 a { background-color: rgb(3,105,30); }

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

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

 span { border-color: rgb(3,105,30); }

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