Html Css Color HEX #195535 Crusoe

📋 copy color: '#195535'

red 25 ◦ green 85 ◦ blue 53

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

Shades of Crusoe #195535

Tints of Crusoe #195535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 32.52%

R = 15.34%
G = 52.15%
B = 32.52%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#195535 (or 0x195535) is known color: Crusoe. HEX triplet: 19, 55 and 35. RGB value is (25,85,53). Sum of RGB (Red+Green+Blue) = 25+85+53=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #195535 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195535 is #E6AACA. Grayscale: #3F3F3F. Windows color (decimal): -15117003 or 3495193. OLE color: 3495193.

HSL color Cylindrical-coordinate representation of color #195535: hue angle of 148º 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 #195535 is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 85 53 -
CMYK 0.71 0 0.38 0.67
HSL 148º 0.55% 0.22% -
HSV(B) 148º 0.71% 0.33% -
XYZ 4.29 6.96 4.49 -
YUV 63.41 122.12 100.6 -
System Red Green Blue C M Y K H S L
Decimal 25 85 53 0.71 0 0.38 0.67 148 0.55 0.22
Hex 19 55 35 47 0 26 43 94 37 16
Octal 31 125 65 107 0 46 103 224 67 26
Binary 11001 1010101 110101 1000111 0 100110 1000011 10010100 110111 10110

Color Harmonies of #195535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195535

Black with #195535

Text Example


Text Example

White with #195535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195535; }

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

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

background-color css

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

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

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

border-color css

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

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

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