#04691A

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

Shades of Crusoe #04691A

Tints of Crusoe #04691A

Color information

#04691A (or 0x04691A) is unknown color: approx Crusoe. HEX triplet: 04, 69 and 1A. RGB value is (4,105,26). Sum of RGB (Red+Green+Blue) = 4+105+26=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 105 (41.41% from 255 or 77.78% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 105 - color contains mainly: green. Hex color #04691A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04691A is #FB96E5. Grayscale: #424242. Windows color (decimal): -16488166 or 1730820. OLE color: 1730820.

HSL color Cylindrical-coordinate representation of color #04691A: hue angle of 133.07º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04691A is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB410526-
CMYK0.9600.750.59
HSL133.07º92.66%21.37%-
HSV(B)133.07º96.19%41.18%-
XYZ5.2910.22.67-
YUV65.8105.5483.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.96%
GREEN value IS 105 (41.41% from 255) = 77.78%
BLUE value IS 26 (10.55% from 255) = 19.26%
R=2.96%
G=77.78%
B=19.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4105260.9600.750.59133.0792.6621.37
Hex4691A6004B3B855d15
Octal41513214001137320513525
Binary10011010011101011000000100101111101110000101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04691A; }

 p { color: rgb(4,105,26); }

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

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

 a { background-color: rgb(4,105,26); }

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

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

 span { border-color: rgb(4,105,26); }

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