Html Css Color HEX #195935 Crusoe

📋 copy color: '#195935'

red 25 ◦ green 89 ◦ blue 53

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

Shades of Crusoe #195935

Tints of Crusoe #195935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 53.29%

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

R = 14.97%
G = 53.29%
B = 31.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#195935 (or 0x195935) is known color: Crusoe. HEX triplet: 19, 59 and 35. RGB value is (25,89,53). Sum of RGB (Red+Green+Blue) = 25+89+53=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 89 (35.16% from 255 or 53.29% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 89 - color contains mainly: green. Hex color #195935 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195935 is #E6A6CA. Grayscale: #414141. Windows color (decimal): -15115979 or 3496217. OLE color: 3496217.

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

Color convert

RGB 25 89 53 -
CMYK 0.72 0 0.40 0.65
HSL 146.25º 0.56% 0.22% -
HSV(B) 146.25º 0.72% 0.35% -
XYZ 4.62 7.61 4.59 -
YUV 65.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 25 89 53 0.72 0 0.40 0.65 146.25 0.56 0.22
Hex 19 59 35 48 0 28 41 92 38 16
Octal 31 131 65 110 0 50 101 222 70 26
Binary 11001 1011001 110101 1001000 0 101000 1000001 10010010 111000 10110

Color Harmonies of #195935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195935

Black with #195935

Text Example


Text Example

White with #195935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195935; }

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

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

background-color css

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

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

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

border-color css

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

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

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