Html Css Color HEX #05611D Crusoe

📋 copy color: '#05611D'

red 5 ◦ green 97 ◦ blue 29

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

Shades of Crusoe #05611D

Tints of Crusoe #05611D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 74.05%

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

R = 3.82%
G = 74.05%
B = 22.14%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#05611D (or 0x05611D) is known color: Crusoe. HEX triplet: 05, 61 and 1D. RGB value is (5,97,29). Sum of RGB (Red+Green+Blue) = 5+97+29=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 97 (38.28% from 255 or 74.05% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 97 - color contains mainly: green. Hex color #05611D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05611D is #FA9EE2. Grayscale: #3D3D3D. Windows color (decimal): -16424675 or 1925381. OLE color: 1925381.

HSL color Cylindrical-coordinate representation of color #05611D: hue angle of 135.65º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05611D is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 97 29 -
CMYK 0.95 0 0.70 0.62
HSL 135.65º 0.9% 0.2% -
HSV(B) 135.65º 0.95% 0.38% -
XYZ 4.56 8.67 2.6 -
YUV 61.74 109.52 87.53 -
System Red Green Blue C M Y K H S L
Decimal 5 97 29 0.95 0 0.70 0.62 135.65 0.9 0.2
Hex 5 61 1D 5F 0 46 3E 88 5A 14
Octal 5 141 35 137 0 106 76 210 132 24
Binary 101 1100001 11101 1011111 0 1000110 111110 10001000 1011010 10100

Color Harmonies of #05611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05611D

Black with #05611D

Text Example


Text Example

White with #05611D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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