Html Css Color HEX #19552B Crusoe

📋 copy color: '#19552B'

red 25 ◦ green 85 ◦ blue 43

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

Shades of Crusoe #19552B

Tints of Crusoe #19552B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 55.56%

 BLUE value IS 43 (17.19% from 255) = 28.1%

R = 16.34%
G = 55.56%
B = 28.1%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#19552B (or 0x19552B) is known color: Crusoe. HEX triplet: 19, 55 and 2B. RGB value is (25,85,43). Sum of RGB (Red+Green+Blue) = 25+85+43=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #19552B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19552B is #E6AAD4. Grayscale: #3E3E3E. Windows color (decimal): -15117013 or 2839833. OLE color: 2839833.

HSL color Cylindrical-coordinate representation of color #19552B: hue angle of 138º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #19552B is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 85 43 -
CMYK 0.71 0 0.49 0.67
HSL 138º 0.55% 0.22% -
HSV(B) 138º 0.71% 0.33% -
XYZ 4.09 6.88 3.4 -
YUV 62.27 117.12 101.42 -
System Red Green Blue C M Y K H S L
Decimal 25 85 43 0.71 0 0.49 0.67 138 0.55 0.22
Hex 19 55 2B 47 0 31 43 8A 37 16
Octal 31 125 53 107 0 61 103 212 67 26
Binary 11001 1010101 101011 1000111 0 110001 1000011 10001010 110111 10110

Color Harmonies of #19552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19552B

Black with #19552B

Text Example


Text Example

White with #19552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19552B; }

 p { color: rgb(25,85,43); }

 H1.HeaderClassName
 {
   color: #19552B;
 }
 .AnyTagClassName
 {
   color: #19552B;
 }
</style>

background-color css

<style>
 a { background-color: #19552B; }

 a { background-color: rgb(25,85,43); }

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

border-color css

<style>
 span { border-color: #19552B; }

 span { border-color: rgb(25,85,43); }

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