#035414

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

Shades of Crusoe #035414

Tints of Crusoe #035414

Color information

#035414 (or 0x035414) is unknown color: approx Crusoe. HEX triplet: 03, 54 and 14. RGB value is (3,84,20). Sum of RGB (Red+Green+Blue) = 3+84+20=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 84 (33.20% from 255 or 78.50% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 84 - color contains mainly: green. Hex color #035414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035414 is #FCABEB. Grayscale: #343434. Windows color (decimal): -16559084 or 1332227. OLE color: 1332227.

HSL color Cylindrical-coordinate representation of color #035414: hue angle of 132.59º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035414 is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB38420-
CMYK0.9600.760.67
HSL132.59º93.1%17.06%-
HSV(B)132.59º96.43%32.94%-
XYZ3.336.411.72-
YUV52.48109.6692.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 84 (33.20% from 255) = 78.50%
BLUE value IS 20 (8.20% from 255) = 18.69%
R=2.80%
G=78.50%
B=18.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal384200.9600.760.67132.5993.117.06
Hex354146004C43855d11
Octal312424140011410320513521
Binary11101010010100110000001001100100001110000101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035414; }

 p { color: rgb(3,84,20); }

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

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

 a { background-color: rgb(3,84,20); }

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

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

 span { border-color: rgb(3,84,20); }

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