Html Css Color HEX #13672C Crusoe

📋 copy color: '#13672C'

red 19 ◦ green 103 ◦ blue 44

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

Shades of Crusoe #13672C

Tints of Crusoe #13672C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 26.51%

R = 11.45%
G = 62.05%
B = 26.51%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#13672C (or 0x13672C) is known color: Crusoe. HEX triplet: 13, 67 and 2C. RGB value is (19,103,44). Sum of RGB (Red+Green+Blue) = 19+103+44=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 103 (40.62% from 255 or 62.05% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 103 - color contains mainly: green. Hex color #13672C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13672C is #EC98D3. Grayscale: #474747. Windows color (decimal): -15505620 or 2909971. OLE color: 2909971.

HSL color Cylindrical-coordinate representation of color #13672C: hue angle of 137.86º 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 #13672C is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 103 44 -
CMYK 0.82 0 0.57 0.60
HSL 137.86º 0.69% 0.24% -
HSV(B) 137.86º 0.82% 0.4% -
XYZ 5.57 10.02 4.02 -
YUV 71.16 112.67 90.8 -
System Red Green Blue C M Y K H S L
Decimal 19 103 44 0.82 0 0.57 0.60 137.86 0.69 0.24
Hex 13 67 2C 52 0 39 3C 8A 45 18
Octal 23 147 54 122 0 71 74 212 105 30
Binary 10011 1100111 101100 1010010 0 111001 111100 10001010 1000101 11000

Color Harmonies of #13672C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13672C

Black with #13672C

Text Example


Text Example

White with #13672C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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