Html Css Color HEX #13631B Crusoe

📋 copy color: '#13631B'

red 19 ◦ green 99 ◦ blue 27

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

Shades of Crusoe #13631B

Tints of Crusoe #13631B

RGB

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

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

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

R = 13.1%
G = 68.28%
B = 18.62%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#13631B (or 0x13631B) is known color: Crusoe. HEX triplet: 13, 63 and 1B. RGB value is (19,99,27). Sum of RGB (Red+Green+Blue) = 19+99+27=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 99 (39.06% from 255 or 68.28% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 99 - color contains mainly: green. Hex color #13631B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13631B is #EC9CE4. Grayscale: #434343. Windows color (decimal): -15506661 or 1794835. OLE color: 1794835.

HSL color Cylindrical-coordinate representation of color #13631B: hue angle of 126º 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 #13631B is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 99 27 -
CMYK 0.81 0 0.73 0.61
HSL 126º 0.68% 0.23% -
HSV(B) 126º 0.81% 0.39% -
XYZ 4.93 9.14 2.54 -
YUV 66.87 105.5 93.85 -
System Red Green Blue C M Y K H S L
Decimal 19 99 27 0.81 0 0.73 0.61 126 0.68 0.23
Hex 13 63 1B 51 0 49 3D 7E 44 17
Octal 23 143 33 121 0 111 75 176 104 27
Binary 10011 1100011 11011 1010001 0 1001001 111101 1111110 1000100 10111

Color Harmonies of #13631B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13631B

Black with #13631B

Text Example


Text Example

White with #13631B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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