Html Css Color HEX #05661B Crusoe

📋 copy color: '#05661B'

red 5 ◦ green 102 ◦ blue 27

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

Shades of Crusoe #05661B

Tints of Crusoe #05661B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 76.12%

 BLUE value IS 27 (10.94% from 255) = 20.15%

R = 3.73%
G = 76.12%
B = 20.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.74

 K value IS 0.6

RGB Variations

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

Color information

#05661B (or 0x05661B) is known color: Crusoe. HEX triplet: 05, 66 and 1B. RGB value is (5,102,27). Sum of RGB (Red+Green+Blue) = 5+102+27=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 102 (40.23% from 255 or 76.12% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 102 - color contains mainly: green. Hex color #05661B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05661B is #FA99E4. Grayscale: #404040. Windows color (decimal): -16423397 or 1795589. OLE color: 1795589.

HSL color Cylindrical-coordinate representation of color #05661B: hue angle of 133.61º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05661B is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB 5 102 27 -
CMYK 0.95 0 0.74 0.6
HSL 133.61º 0.91% 0.21% -
HSV(B) 133.61º 0.95% 0.4% -
XYZ 5.01 9.61 2.63 -
YUV 64.45 106.86 85.6 -
System Red Green Blue C M Y K H S L
Decimal 5 102 27 0.95 0 0.74 0.6 133.61 0.91 0.21
Hex 5 66 1B 5F 0 4A 3C 86 5B 15
Octal 5 146 33 137 0 112 74 206 133 25
Binary 101 1100110 11011 1011111 0 1001010 111100 10000110 1011011 10101

Color Harmonies of #05661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05661B

Black with #05661B

Text Example


Text Example

White with #05661B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,102,27); }

 H1.HeaderClassName
 {
   color: #05661B;
 }
 .AnyTagClassName
 {
   color: #05661B;
 }
</style>

background-color css

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

 a { background-color: rgb(5,102,27); }

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

border-color css

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

 span { border-color: rgb(5,102,27); }

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