Html Css Color HEX #19592D Crusoe

📋 copy color: '#19592D'

red 25 ◦ green 89 ◦ blue 45

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

Shades of Crusoe #19592D

Tints of Crusoe #19592D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 55.97%

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

R = 15.72%
G = 55.97%
B = 28.3%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#19592D (or 0x19592D) is known color: Crusoe. HEX triplet: 19, 59 and 2D. RGB value is (25,89,45). Sum of RGB (Red+Green+Blue) = 25+89+45=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #19592D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19592D is #E6A6D2. Grayscale: #404040. Windows color (decimal): -15115987 or 2971929. OLE color: 2971929.

HSL color Cylindrical-coordinate representation of color #19592D: hue angle of 138.75º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19592D is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 89 45 -
CMYK 0.72 0 0.49 0.65
HSL 138.75º 0.56% 0.22% -
HSV(B) 138.75º 0.72% 0.35% -
XYZ 4.45 7.54 3.7 -
YUV 64.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 25 89 45 0.72 0 0.49 0.65 138.75 0.56 0.22
Hex 19 59 2D 48 0 31 41 8B 38 16
Octal 31 131 55 110 0 61 101 213 70 26
Binary 11001 1011001 101101 1001000 0 110001 1000001 10001011 111000 10110

Color Harmonies of #19592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19592D

Black with #19592D

Text Example


Text Example

White with #19592D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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