Html Css Color HEX #19532D Crusoe

📋 copy color: '#19532D'

red 25 ◦ green 83 ◦ blue 45

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

Shades of Crusoe #19532D

Tints of Crusoe #19532D

RGB

 RED value IS 25 (10.16% from 255) = 16.34%

 GREEN value IS 83 (32.81% from 255) = 54.25%

 BLUE value IS 45 (17.97% from 255) = 29.41%

R = 16.34%
G = 54.25%
B = 29.41%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#19532D (or 0x19532D) is known color: Crusoe. HEX triplet: 19, 53 and 2D. RGB value is (25,83,45). Sum of RGB (Red+Green+Blue) = 25+83+45=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #19532D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19532D is #E6ACD2. Grayscale: #3D3D3D. Windows color (decimal): -15117523 or 2970393. OLE color: 2970393.

HSL color Cylindrical-coordinate representation of color #19532D: hue angle of 140.69º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #19532D is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 83 45 -
CMYK 0.70 0 0.46 0.67
HSL 140.69º 0.54% 0.21% -
HSV(B) 140.69º 0.7% 0.33% -
XYZ 3.97 6.58 3.54 -
YUV 61.33 118.78 102.09 -
System Red Green Blue C M Y K H S L
Decimal 25 83 45 0.70 0 0.46 0.67 140.69 0.54 0.21
Hex 19 53 2D 46 0 2E 43 8D 36 15
Octal 31 123 55 106 0 56 103 215 66 25
Binary 11001 1010011 101101 1000110 0 101110 1000011 10001101 110110 10101

Color Harmonies of #19532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19532D

Black with #19532D

Text Example


Text Example

White with #19532D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19532D; }

 p { color: rgb(25,83,45); }

 H1.HeaderClassName
 {
   color: #19532D;
 }
 .AnyTagClassName
 {
   color: #19532D;
 }
</style>

background-color css

<style>
 a { background-color: #19532D; }

 a { background-color: rgb(25,83,45); }

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

border-color css

<style>
 span { border-color: #19532D; }

 span { border-color: rgb(25,83,45); }

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