Html Css Color HEX #05691D Crusoe

📋 copy color: '#05691D'

red 5 ◦ green 105 ◦ blue 29

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

Shades of Crusoe #05691D

Tints of Crusoe #05691D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 75.54%

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

R = 3.6%
G = 75.54%
B = 20.86%

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

#05691D (or 0x05691D) is known color: Crusoe. HEX triplet: 05, 69 and 1D. RGB value is (5,105,29). Sum of RGB (Red+Green+Blue) = 5+105+29=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 105 (41.41% from 255 or 75.54% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 105 - color contains mainly: green. Hex color #05691D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05691D is #FA96E2. Grayscale: #424242. Windows color (decimal): -16422627 or 1927429. OLE color: 1927429.

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

Color convert

RGB 5 105 29 -
CMYK 0.95 0 0.72 0.59
HSL 134.4º 0.91% 0.22% -
HSV(B) 134.4º 0.95% 0.41% -
XYZ 5.34 10.22 2.85 -
YUV 66.44 106.87 84.18 -
System Red Green Blue C M Y K H S L
Decimal 5 105 29 0.95 0 0.72 0.59 134.4 0.91 0.22
Hex 5 69 1D 5F 0 48 3B 86 5B 16
Octal 5 151 35 137 0 110 73 206 133 26
Binary 101 1101001 11101 1011111 0 1001000 111011 10000110 1011011 10110

Color Harmonies of #05691D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05691D

Black with #05691D

Text Example


Text Example

White with #05691D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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