Html Css Color HEX #05681D Crusoe

📋 copy color: '#05681D'

red 5 ◦ green 104 ◦ blue 29

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

Shades of Crusoe #05681D

Tints of Crusoe #05681D

RGB

 RED value IS 5 (2.34% from 255) = 3.62%

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

 BLUE value IS 29 (11.72% from 255) = 21.01%

R = 3.62%
G = 75.36%
B = 21.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#05681D (or 0x05681D) is known color: Crusoe. HEX triplet: 05, 68 and 1D. RGB value is (5,104,29). Sum of RGB (Red+Green+Blue) = 5+104+29=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 104 (41.02% from 255 or 75.36% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 104 - color contains mainly: green. Hex color #05681D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05681D is #FA97E2. Grayscale: #424242. Windows color (decimal): -16422883 or 1927173. OLE color: 1927173.

HSL color Cylindrical-coordinate representation of color #05681D: hue angle of 134.55º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05681D is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 104 29 -
CMYK 0.95 0 0.72 0.59
HSL 134.55º 0.91% 0.21% -
HSV(B) 134.55º 0.95% 0.41% -
XYZ 5.23 10.02 2.82 -
YUV 65.85 107.2 84.6 -
System Red Green Blue C M Y K H S L
Decimal 5 104 29 0.95 0 0.72 0.59 134.55 0.91 0.21
Hex 5 68 1D 5F 0 48 3B 87 5B 15
Octal 5 150 35 137 0 110 73 207 133 25
Binary 101 1101000 11101 1011111 0 1001000 111011 10000111 1011011 10101

Color Harmonies of #05681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05681D

Black with #05681D

Text Example


Text Example

White with #05681D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05681D; }

 p { color: rgb(5,104,29); }

 H1.HeaderClassName
 {
   color: #05681D;
 }
 .AnyTagClassName
 {
   color: #05681D;
 }
</style>

background-color css

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

 a { background-color: rgb(5,104,29); }

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

border-color css

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

 span { border-color: rgb(5,104,29); }

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