Html Css Color HEX #195D20 Crusoe

📋 copy color: '#195D20'

red 25 ◦ green 93 ◦ blue 32

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

Shades of Crusoe #195D20

Tints of Crusoe #195D20

RGB

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

 GREEN value IS 93 (36.72% from 255) = 62%

 BLUE value IS 32 (12.89% from 255) = 21.33%

R = 16.67%
G = 62%
B = 21.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#195D20 (or 0x195D20) is known color: Crusoe. HEX triplet: 19, 5D and 20. RGB value is (25,93,32). Sum of RGB (Red+Green+Blue) = 25+93+32=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 93 (36.72% from 255 or 62% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 93 - color contains mainly: green. Hex color #195D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195D20 is #E6A2DF. Grayscale: #414141. Windows color (decimal): -15114976 or 2120985. OLE color: 2120985.

HSL color Cylindrical-coordinate representation of color #195D20: hue angle of 126.18º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #195D20 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 93 32 -
CMYK 0.73 0 0.66 0.64
HSL 126.18º 0.58% 0.23% -
HSV(B) 126.18º 0.73% 0.36% -
XYZ 4.58 8.14 2.7 -
YUV 65.71 108.97 98.96 -
System Red Green Blue C M Y K H S L
Decimal 25 93 32 0.73 0 0.66 0.64 126.18 0.58 0.23
Hex 19 5D 20 49 0 42 40 7E 3A 17
Octal 31 135 40 111 0 102 100 176 72 27
Binary 11001 1011101 100000 1001001 0 1000010 1000000 1111110 111010 10111

Color Harmonies of #195D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195D20

Black with #195D20

Text Example


Text Example

White with #195D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195D20; }

 p { color: rgb(25,93,32); }

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

background-color css

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

 a { background-color: rgb(25,93,32); }

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

border-color css

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

 span { border-color: rgb(25,93,32); }

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