Html Css Color HEX #05671B Crusoe

📋 copy color: '#05671B'

red 5 ◦ green 103 ◦ blue 27

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

Shades of Crusoe #05671B

Tints of Crusoe #05671B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 76.3%

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

R = 3.7%
G = 76.3%
B = 20%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#05671B (or 0x05671B) is known color: Crusoe. HEX triplet: 05, 67 and 1B. RGB value is (5,103,27). Sum of RGB (Red+Green+Blue) = 5+103+27=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 103 (40.62% from 255 or 76.30% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 103 - color contains mainly: green. Hex color #05671B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05671B is #FA98E4. Grayscale: #414141. Windows color (decimal): -16423141 or 1795845. OLE color: 1795845.

HSL color Cylindrical-coordinate representation of color #05671B: hue angle of 133.47º 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 #05671B is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 103 27 -
CMYK 0.95 0 0.74 0.60
HSL 133.47º 0.91% 0.21% -
HSV(B) 133.47º 0.95% 0.4% -
XYZ 5.11 9.81 2.66 -
YUV 65.03 106.53 85.18 -
System Red Green Blue C M Y K H S L
Decimal 5 103 27 0.95 0 0.74 0.60 133.47 0.91 0.21
Hex 5 67 1B 5F 0 4A 3C 85 5B 15
Octal 5 147 33 137 0 112 74 205 133 25
Binary 101 1100111 11011 1011111 0 1001010 111100 10000101 1011011 10101

Color Harmonies of #05671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05671B

Black with #05671B

Text Example


Text Example

White with #05671B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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