Html Css Color HEX #13631A Crusoe

📋 copy color: '#13631A'

red 19 ◦ green 99 ◦ blue 26

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

Shades of Crusoe #13631A

Tints of Crusoe #13631A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.06%

R = 13.19%
G = 68.75%
B = 18.06%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#13631A (or 0x13631A) is known color: Crusoe. HEX triplet: 13, 63 and 1A. RGB value is (19,99,26). Sum of RGB (Red+Green+Blue) = 19+99+26=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 99 (39.06% from 255 or 68.75% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 99 - color contains mainly: green. Hex color #13631A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13631A is #EC9CE5. Grayscale: #424242. Windows color (decimal): -15506662 or 1729299. OLE color: 1729299.

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

Color convert

RGB 19 99 26 -
CMYK 0.81 0 0.74 0.61
HSL 125.25º 0.68% 0.23% -
HSV(B) 125.25º 0.81% 0.39% -
XYZ 4.92 9.14 2.48 -
YUV 66.76 105 93.94 -
System Red Green Blue C M Y K H S L
Decimal 19 99 26 0.81 0 0.74 0.61 125.25 0.68 0.23
Hex 13 63 1A 51 0 4A 3D 7D 44 17
Octal 23 143 32 121 0 112 75 175 104 27
Binary 10011 1100011 11010 1010001 0 1001010 111101 1111101 1000100 10111

Color Harmonies of #13631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13631A

Black with #13631A

Text Example


Text Example

White with #13631A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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