Html Css Color HEX #19582D Crusoe

📋 copy color: '#19582D'

red 25 ◦ green 88 ◦ blue 45

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

Shades of Crusoe #19582D

Tints of Crusoe #19582D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 55.7%

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

R = 15.82%
G = 55.7%
B = 28.48%

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

#19582D (or 0x19582D) is known color: Crusoe. HEX triplet: 19, 58 and 2D. RGB value is (25,88,45). Sum of RGB (Red+Green+Blue) = 25+88+45=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #19582D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19582D is #E6A7D2. Grayscale: #404040. Windows color (decimal): -15116243 or 2971673. OLE color: 2971673.

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

Color convert

RGB 25 88 45 -
CMYK 0.72 0 0.49 0.65
HSL 139.05º 0.56% 0.22% -
HSV(B) 139.05º 0.72% 0.35% -
XYZ 4.36 7.38 3.68 -
YUV 64.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 25 88 45 0.72 0 0.49 0.65 139.05 0.56 0.22
Hex 19 58 2D 48 0 31 41 8B 38 16
Octal 31 130 55 110 0 61 101 213 70 26
Binary 11001 1011000 101101 1001000 0 110001 1000001 10001011 111000 10110

Color Harmonies of #19582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19582D

Black with #19582D

Text Example


Text Example

White with #19582D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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