Html Css Color HEX #195534 Crusoe

📋 copy color: '#195534'

red 25 ◦ green 85 ◦ blue 52

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

Shades of Crusoe #195534

Tints of Crusoe #195534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 32.1%

R = 15.43%
G = 52.47%
B = 32.1%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#195534 (or 0x195534) is known color: Crusoe. HEX triplet: 19, 55 and 34. RGB value is (25,85,52). Sum of RGB (Red+Green+Blue) = 25+85+52=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #195534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195534 is #E6AACB. Grayscale: #3F3F3F. Windows color (decimal): -15117004 or 3429657. OLE color: 3429657.

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

Color convert

RGB 25 85 52 -
CMYK 0.71 0 0.39 0.67
HSL 147º 0.55% 0.22% -
HSV(B) 147º 0.71% 0.33% -
XYZ 4.27 6.95 4.37 -
YUV 63.3 121.62 100.68 -
System Red Green Blue C M Y K H S L
Decimal 25 85 52 0.71 0 0.39 0.67 147 0.55 0.22
Hex 19 55 34 47 0 27 43 93 37 16
Octal 31 125 64 107 0 47 103 223 67 26
Binary 11001 1010101 110100 1000111 0 100111 1000011 10010011 110111 10110

Color Harmonies of #195534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195534

Black with #195534

Text Example


Text Example

White with #195534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195534; }

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

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

background-color css

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

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

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

border-color css

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

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

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