Html Css Color HEX #19592F Crusoe

📋 copy color: '#19592F'

red 25 ◦ green 89 ◦ blue 47

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

Shades of Crusoe #19592F

Tints of Crusoe #19592F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.19%

R = 15.53%
G = 55.28%
B = 29.19%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#19592F (or 0x19592F) is known color: Crusoe. HEX triplet: 19, 59 and 2F. RGB value is (25,89,47). Sum of RGB (Red+Green+Blue) = 25+89+47=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #19592F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19592F is #E6A6D0. Grayscale: #414141. Windows color (decimal): -15115985 or 3103001. OLE color: 3103001.

HSL color Cylindrical-coordinate representation of color #19592F: hue angle of 140.62º 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 #19592F is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 89 47 -
CMYK 0.72 0 0.47 0.65
HSL 140.63º 0.56% 0.22% -
HSV(B) 140.63º 0.72% 0.35% -
XYZ 4.49 7.56 3.91 -
YUV 65.08 117.8 99.42 -
System Red Green Blue C M Y K H S L
Decimal 25 89 47 0.72 0 0.47 0.65 140.63 0.56 0.22
Hex 19 59 2F 48 0 2F 41 8D 38 16
Octal 31 131 57 110 0 57 101 215 70 26
Binary 11001 1011001 101111 1001000 0 101111 1000001 10001101 111000 10110

Color Harmonies of #19592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19592F

Black with #19592F

Text Example


Text Example

White with #19592F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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