Html Css Color HEX #13631D Crusoe

📋 copy color: '#13631D'

red 19 ◦ green 99 ◦ blue 29

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

Shades of Crusoe #13631D

Tints of Crusoe #13631D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 67.35%

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

R = 12.93%
G = 67.35%
B = 19.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#13631D (or 0x13631D) is known color: Crusoe. HEX triplet: 13, 63 and 1D. RGB value is (19,99,29). Sum of RGB (Red+Green+Blue) = 19+99+29=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 99 (39.06% from 255 or 67.35% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 99 - color contains mainly: green. Hex color #13631D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13631D is #EC9CE2. Grayscale: #434343. Windows color (decimal): -15506659 or 1925907. OLE color: 1925907.

HSL color Cylindrical-coordinate representation of color #13631D: hue angle of 127.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13631D is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 99 29 -
CMYK 0.81 0 0.71 0.61
HSL 127.5º 0.68% 0.23% -
HSV(B) 127.5º 0.81% 0.39% -
XYZ 4.95 9.15 2.67 -
YUV 67.1 106.5 93.69 -
System Red Green Blue C M Y K H S L
Decimal 19 99 29 0.81 0 0.71 0.61 127.5 0.68 0.23
Hex 13 63 1D 51 0 47 3D 80 44 17
Octal 23 143 35 121 0 107 75 200 104 27
Binary 10011 1100011 11101 1010001 0 1000111 111101 10000000 1000100 10111

Color Harmonies of #13631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13631D

Black with #13631D

Text Example


Text Example

White with #13631D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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