#05742B

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

Shades of Crusoe #05742B

Tints of Crusoe #05742B

Color information

#05742B (or 0x05742B) is unknown color: approx Crusoe. HEX triplet: 05, 74 and 2B. RGB value is (5,116,43). Sum of RGB (Red+Green+Blue) = 5+116+43=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 116 (45.70% from 255 or 70.73% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 116 - color contains mainly: green. Hex color #05742B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05742B is #FA8BD4. Grayscale: #4A4A4A. Windows color (decimal): -16419797 or 2847749. OLE color: 2847749.

HSL color Cylindrical-coordinate representation of color #05742B: hue angle of 140.54º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05742B is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB511643-
CMYK0.9600.630.55
HSL140.54º91.74%23.73%-
HSV(B)140.54º95.69%45.49%-
XYZ6.7412.74.38-
YUV74.49110.2378.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 116 (45.70% from 255) = 70.73%
BLUE value IS 43 (17.19% from 255) = 26.22%
R=3.05%
G=70.73%
B=26.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5116430.9600.630.55140.5491.7423.73
Hex5742B6003F378d5c18
Octal5164531400776721513430
Binary10111101001010111100000011111111011110001101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05742B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05742B; }

 p { color: rgb(5,116,43); }

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

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

 a { background-color: rgb(5,116,43); }

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

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

 span { border-color: rgb(5,116,43); }

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