Html Css Color HEX #195D25 Crusoe

📋 copy color: '#195D25'

red 25 ◦ green 93 ◦ blue 37

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

Shades of Crusoe #195D25

Tints of Crusoe #195D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 23.87%

R = 16.13%
G = 60%
B = 23.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.64

RGB Variations

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

Color information

#195D25 (or 0x195D25) is known color: Crusoe. HEX triplet: 19, 5D and 25. RGB value is (25,93,37). Sum of RGB (Red+Green+Blue) = 25+93+37=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 93 (36.72% from 255 or 60% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 93 - color contains mainly: green. Hex color #195D25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195D25 is #E6A2DA. Grayscale: #424242. Windows color (decimal): -15114971 or 2448665. OLE color: 2448665.

HSL color Cylindrical-coordinate representation of color #195D25: hue angle of 130.59º 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 #195D25 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 93 37 -
CMYK 0.73 0 0.60 0.64
HSL 130.59º 0.58% 0.23% -
HSV(B) 130.59º 0.73% 0.36% -
XYZ 4.65 8.17 3.08 -
YUV 66.28 111.47 98.55 -
System Red Green Blue C M Y K H S L
Decimal 25 93 37 0.73 0 0.60 0.64 130.59 0.58 0.23
Hex 19 5D 25 49 0 3C 40 83 3A 17
Octal 31 135 45 111 0 74 100 203 72 27
Binary 11001 1011101 100101 1001001 0 111100 1000000 10000011 111010 10111

Color Harmonies of #195D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195D25

Black with #195D25

Text Example


Text Example

White with #195D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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