Html Css Color HEX #13612A Crusoe

📋 copy color: '#13612A'

red 19 ◦ green 97 ◦ blue 42

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

Shades of Crusoe #13612A

Tints of Crusoe #13612A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 61.39%

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

R = 12.03%
G = 61.39%
B = 26.58%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#13612A (or 0x13612A) is known color: Crusoe. HEX triplet: 13, 61 and 2A. RGB value is (19,97,42). Sum of RGB (Red+Green+Blue) = 19+97+42=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 97 (38.28% from 255 or 61.39% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 97 - color contains mainly: green. Hex color #13612A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13612A is #EC9ED5. Grayscale: #434343. Windows color (decimal): -15507158 or 2777363. OLE color: 2777363.

HSL color Cylindrical-coordinate representation of color #13612A: hue angle of 137.69º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13612A is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 97 42 -
CMYK 0.80 0 0.57 0.62
HSL 137.69º 0.67% 0.23% -
HSV(B) 137.69º 0.8% 0.38% -
XYZ 4.96 8.86 3.64 -
YUV 67.41 113.66 93.47 -
System Red Green Blue C M Y K H S L
Decimal 19 97 42 0.80 0 0.57 0.62 137.69 0.67 0.23
Hex 13 61 2A 50 0 39 3E 8A 43 17
Octal 23 141 52 120 0 71 76 212 103 27
Binary 10011 1100001 101010 1010000 0 111001 111110 10001010 1000011 10111

Color Harmonies of #13612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13612A

Black with #13612A

Text Example


Text Example

White with #13612A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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