Html Css Color HEX #13672A Crusoe

📋 copy color: '#13672A'

red 19 ◦ green 103 ◦ blue 42

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

Shades of Crusoe #13672A

Tints of Crusoe #13672A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 62.8%

 BLUE value IS 42 (16.8% from 255) = 25.61%

R = 11.59%
G = 62.8%
B = 25.61%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.59

 K value IS 0.60

RGB Variations

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

Color information

#13672A (or 0x13672A) is known color: Crusoe. HEX triplet: 13, 67 and 2A. RGB value is (19,103,42). Sum of RGB (Red+Green+Blue) = 19+103+42=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 103 (40.62% from 255 or 62.80% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 103 - color contains mainly: green. Hex color #13672A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13672A is #EC98D5. Grayscale: #474747. Windows color (decimal): -15505622 or 2778899. OLE color: 2778899.

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

Color convert

RGB 19 103 42 -
CMYK 0.82 0 0.59 0.60
HSL 136.43º 0.69% 0.24% -
HSV(B) 136.43º 0.82% 0.4% -
XYZ 5.54 10.01 3.83 -
YUV 70.93 111.67 90.96 -
System Red Green Blue C M Y K H S L
Decimal 19 103 42 0.82 0 0.59 0.60 136.43 0.69 0.24
Hex 13 67 2A 52 0 3B 3C 88 45 18
Octal 23 147 52 122 0 73 74 210 105 30
Binary 10011 1100111 101010 1010010 0 111011 111100 10001000 1000101 11000

Color Harmonies of #13672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13672A

Black with #13672A

Text Example


Text Example

White with #13672A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,103,42); }

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

background-color css

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

 a { background-color: rgb(19,103,42); }

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

border-color css

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

 span { border-color: rgb(19,103,42); }

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