Html Css Color HEX #195D2D Crusoe

📋 copy color: '#195D2D'

red 25 ◦ green 93 ◦ blue 45

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

Shades of Crusoe #195D2D

Tints of Crusoe #195D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 27.61%

R = 15.34%
G = 57.06%
B = 27.61%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.52

 K value IS 0.64

RGB Variations

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

Color information

#195D2D (or 0x195D2D) is known color: Crusoe. HEX triplet: 19, 5D and 2D. RGB value is (25,93,45). Sum of RGB (Red+Green+Blue) = 25+93+45=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 93 (36.72% from 255 or 57.06% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 93 - color contains mainly: green. Hex color #195D2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195D2D is #E6A2D2. Grayscale: #434343. Windows color (decimal): -15114963 or 2972953. OLE color: 2972953.

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

Color convert

RGB 25 93 45 -
CMYK 0.73 0 0.52 0.64
HSL 137.65º 0.58% 0.23% -
HSV(B) 137.65º 0.73% 0.36% -
XYZ 4.79 8.22 3.82 -
YUV 67.2 115.47 97.9 -
System Red Green Blue C M Y K H S L
Decimal 25 93 45 0.73 0 0.52 0.64 137.65 0.58 0.23
Hex 19 5D 2D 49 0 34 40 8A 3A 17
Octal 31 135 55 111 0 64 100 212 72 27
Binary 11001 1011101 101101 1001001 0 110100 1000000 10001010 111010 10111

Color Harmonies of #195D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195D2D

Black with #195D2D

Text Example


Text Example

White with #195D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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