Html Css Color HEX #19532F Crusoe

📋 copy color: '#19532F'

red 25 ◦ green 83 ◦ blue 47

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

Shades of Crusoe #19532F

Tints of Crusoe #19532F

RGB

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

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

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

R = 16.13%
G = 53.55%
B = 30.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#19532F (or 0x19532F) is known color: Crusoe. HEX triplet: 19, 53 and 2F. RGB value is (25,83,47). Sum of RGB (Red+Green+Blue) = 25+83+47=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #19532F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19532F is #E6ACD0. Grayscale: #3D3D3D. Windows color (decimal): -15117521 or 3101465. OLE color: 3101465.

HSL color Cylindrical-coordinate representation of color #19532F: hue angle of 142.76º 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 #19532F is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 83 47 -
CMYK 0.70 0 0.43 0.67
HSL 142.76º 0.54% 0.21% -
HSV(B) 142.76º 0.7% 0.33% -
XYZ 4.01 6.6 3.75 -
YUV 61.55 119.78 101.93 -
System Red Green Blue C M Y K H S L
Decimal 25 83 47 0.70 0 0.43 0.67 142.76 0.54 0.21
Hex 19 53 2F 46 0 2B 43 8F 36 15
Octal 31 123 57 106 0 53 103 217 66 25
Binary 11001 1010011 101111 1000110 0 101011 1000011 10001111 110110 10101

Color Harmonies of #19532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19532F

Black with #19532F

Text Example


Text Example

White with #19532F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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