Html Css Color HEX #19582A Crusoe

📋 copy color: '#19582A'

red 25 ◦ green 88 ◦ blue 42

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

Shades of Crusoe #19582A

Tints of Crusoe #19582A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.1%

R = 16.13%
G = 56.77%
B = 27.1%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#19582A (or 0x19582A) is known color: Crusoe. HEX triplet: 19, 58 and 2A. RGB value is (25,88,42). Sum of RGB (Red+Green+Blue) = 25+88+42=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 88 (34.77% from 255 or 56.77% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 88 - color contains mainly: green. Hex color #19582A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19582A is #E6A7D5. Grayscale: #404040. Windows color (decimal): -15116246 or 2775065. OLE color: 2775065.

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

Color convert

RGB 25 88 42 -
CMYK 0.72 0 0.52 0.65
HSL 136.19º 0.56% 0.22% -
HSV(B) 136.19º 0.72% 0.35% -
XYZ 4.31 7.35 3.38 -
YUV 63.92 115.63 100.24 -
System Red Green Blue C M Y K H S L
Decimal 25 88 42 0.72 0 0.52 0.65 136.19 0.56 0.22
Hex 19 58 2A 48 0 34 41 88 38 16
Octal 31 130 52 110 0 64 101 210 70 26
Binary 11001 1011000 101010 1001000 0 110100 1000001 10001000 111000 10110

Color Harmonies of #19582A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19582A

Black with #19582A

Text Example


Text Example

White with #19582A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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