Html Css Color HEX #13632E Crusoe

📋 copy color: '#13632E'

red 19 ◦ green 99 ◦ blue 46

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

Shades of Crusoe #13632E

Tints of Crusoe #13632E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 28.05%

R = 11.59%
G = 60.37%
B = 28.05%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#13632E (or 0x13632E) is known color: Crusoe. HEX triplet: 13, 63 and 2E. RGB value is (19,99,46). Sum of RGB (Red+Green+Blue) = 19+99+46=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 99 (39.06% from 255 or 60.37% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 99 - color contains mainly: green. Hex color #13632E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13632E is #EC9CD1. Grayscale: #454545. Windows color (decimal): -15506642 or 3040019. OLE color: 3040019.

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

Color convert

RGB 19 99 46 -
CMYK 0.81 0 0.54 0.61
HSL 140.25º 0.68% 0.23% -
HSV(B) 140.25º 0.81% 0.39% -
XYZ 5.22 9.26 4.1 -
YUV 69.04 115 92.31 -
System Red Green Blue C M Y K H S L
Decimal 19 99 46 0.81 0 0.54 0.61 140.25 0.68 0.23
Hex 13 63 2E 51 0 36 3D 8C 44 17
Octal 23 143 56 121 0 66 75 214 104 27
Binary 10011 1100011 101110 1010001 0 110110 111101 10001100 1000100 10111

Color Harmonies of #13632E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13632E

Black with #13632E

Text Example


Text Example

White with #13632E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13632E; }

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

 H1.HeaderClassName
 {
   color: #13632E;
 }
 .AnyTagClassName
 {
   color: #13632E;
 }
</style>

background-color css

<style>
 a { background-color: #13632E; }

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

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

border-color css

<style>
 span { border-color: #13632E; }

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

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