Html Css Color HEX #195922 Crusoe

📋 copy color: '#195922'

red 25 ◦ green 89 ◦ blue 34

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

Shades of Crusoe #195922

Tints of Crusoe #195922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.97%

R = 16.89%
G = 60.14%
B = 22.97%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#195922 (or 0x195922) is known color: Crusoe. HEX triplet: 19, 59 and 22. RGB value is (25,89,34). Sum of RGB (Red+Green+Blue) = 25+89+34=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 89 (35.16% from 255 or 60.14% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 89 - color contains mainly: green. Hex color #195922 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195922 is #E6A6DD. Grayscale: #3F3F3F. Windows color (decimal): -15115998 or 2251033. OLE color: 2251033.

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

Color convert

RGB 25 89 34 -
CMYK 0.72 0 0.62 0.65
HSL 128.44º 0.56% 0.22% -
HSV(B) 128.44º 0.72% 0.35% -
XYZ 4.26 7.47 2.73 -
YUV 63.59 111.3 100.47 -
System Red Green Blue C M Y K H S L
Decimal 25 89 34 0.72 0 0.62 0.65 128.44 0.56 0.22
Hex 19 59 22 48 0 3E 41 80 38 16
Octal 31 131 42 110 0 76 101 200 70 26
Binary 11001 1011001 100010 1001000 0 111110 1000001 10000000 111000 10110

Color Harmonies of #195922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195922

Black with #195922

Text Example


Text Example

White with #195922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195922; }

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

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

background-color css

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

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

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

border-color css

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

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

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