Html Css Color HEX #13681F Crusoe

📋 copy color: '#13681F'

red 19 ◦ green 104 ◦ blue 31

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

Shades of Crusoe #13681F

Tints of Crusoe #13681F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 67.53%

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

R = 12.34%
G = 67.53%
B = 20.13%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#13681F (or 0x13681F) is known color: Crusoe. HEX triplet: 13, 68 and 1F. RGB value is (19,104,31). Sum of RGB (Red+Green+Blue) = 19+104+31=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 104 (41.02% from 255 or 67.53% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 104 - color contains mainly: green. Hex color #13681F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13681F is #EC97E0. Grayscale: #464646. Windows color (decimal): -15505377 or 2058259. OLE color: 2058259.

HSL color Cylindrical-coordinate representation of color #13681F: hue angle of 128.47º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13681F is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 104 31 -
CMYK 0.82 0 0.70 0.59
HSL 128.47º 0.69% 0.24% -
HSV(B) 128.47º 0.82% 0.41% -
XYZ 5.47 10.14 2.97 -
YUV 70.26 105.84 91.44 -
System Red Green Blue C M Y K H S L
Decimal 19 104 31 0.82 0 0.70 0.59 128.47 0.69 0.24
Hex 13 68 1F 52 0 46 3B 80 45 18
Octal 23 150 37 122 0 106 73 200 105 30
Binary 10011 1101000 11111 1010010 0 1000110 111011 10000000 1000101 11000

Color Harmonies of #13681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13681F

Black with #13681F

Text Example


Text Example

White with #13681F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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