Html Css Color HEX #13631F Crusoe

📋 copy color: '#13631F'

red 19 ◦ green 99 ◦ blue 31

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

Shades of Crusoe #13631F

Tints of Crusoe #13631F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.81%

R = 12.75%
G = 66.44%
B = 20.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#13631F (or 0x13631F) is known color: Crusoe. HEX triplet: 13, 63 and 1F. RGB value is (19,99,31). Sum of RGB (Red+Green+Blue) = 19+99+31=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 99 (39.06% from 255 or 66.44% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 99 - color contains mainly: green. Hex color #13631F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13631F is #EC9CE0. Grayscale: #434343. Windows color (decimal): -15506657 or 2056979. OLE color: 2056979.

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

Color convert

RGB 19 99 31 -
CMYK 0.81 0 0.69 0.61
HSL 129º 0.68% 0.23% -
HSV(B) 129º 0.81% 0.39% -
XYZ 4.98 9.16 2.8 -
YUV 67.33 107.5 93.53 -
System Red Green Blue C M Y K H S L
Decimal 19 99 31 0.81 0 0.69 0.61 129 0.68 0.23
Hex 13 63 1F 51 0 45 3D 81 44 17
Octal 23 143 37 121 0 105 75 201 104 27
Binary 10011 1100011 11111 1010001 0 1000101 111101 10000001 1000100 10111

Color Harmonies of #13631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13631F

Black with #13631F

Text Example


Text Example

White with #13631F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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