Html Css Color HEX #13671D Crusoe

📋 copy color: '#13671D'

red 19 ◦ green 103 ◦ blue 29

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

Shades of Crusoe #13671D

Tints of Crusoe #13671D

RGB

 RED value IS 19 (7.81% from 255) = 12.58%

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

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

R = 12.58%
G = 68.21%
B = 19.21%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#13671D (or 0x13671D) is known color: Crusoe. HEX triplet: 13, 67 and 1D. RGB value is (19,103,29). Sum of RGB (Red+Green+Blue) = 19+103+29=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 103 (40.62% from 255 or 68.21% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 103 - color contains mainly: green. Hex color #13671D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13671D is #EC98E2. Grayscale: #454545. Windows color (decimal): -15505635 or 1926931. OLE color: 1926931.

HSL color Cylindrical-coordinate representation of color #13671D: hue angle of 127.14º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13671D is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 103 29 -
CMYK 0.82 0 0.72 0.60
HSL 127.14º 0.69% 0.24% -
HSV(B) 127.14º 0.82% 0.4% -
XYZ 5.34 9.93 2.8 -
YUV 69.45 105.17 92.02 -
System Red Green Blue C M Y K H S L
Decimal 19 103 29 0.82 0 0.72 0.60 127.14 0.69 0.24
Hex 13 67 1D 52 0 48 3C 7F 45 18
Octal 23 147 35 122 0 110 74 177 105 30
Binary 10011 1100111 11101 1010010 0 1001000 111100 1111111 1000101 11000

Color Harmonies of #13671D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13671D

Black with #13671D

Text Example


Text Example

White with #13671D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,103,29); }

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

background-color css

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

 a { background-color: rgb(19,103,29); }

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

border-color css

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

 span { border-color: rgb(19,103,29); }

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