Html Css Color HEX #195D36 Crusoe

📋 copy color: '#195D36'

red 25 ◦ green 93 ◦ blue 54

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

Shades of Crusoe #195D36

Tints of Crusoe #195D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.4%

R = 14.53%
G = 54.07%
B = 31.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#195D36 (or 0x195D36) is known color: Crusoe. HEX triplet: 19, 5D and 36. RGB value is (25,93,54). Sum of RGB (Red+Green+Blue) = 25+93+54=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #195D36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195D36 is #E6A2C9. Grayscale: #444444. Windows color (decimal): -15114954 or 3562777. OLE color: 3562777.

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

Color convert

RGB 25 93 54 -
CMYK 0.73 0 0.42 0.64
HSL 145.59º 0.58% 0.23% -
HSV(B) 145.59º 0.73% 0.36% -
XYZ 4.98 8.3 4.83 -
YUV 68.22 119.97 97.17 -
System Red Green Blue C M Y K H S L
Decimal 25 93 54 0.73 0 0.42 0.64 145.59 0.58 0.23
Hex 19 5D 36 49 0 2A 40 92 3A 17
Octal 31 135 66 111 0 52 100 222 72 27
Binary 11001 1011101 110110 1001001 0 101010 1000000 10010010 111010 10111

Color Harmonies of #195D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195D36

Black with #195D36

Text Example


Text Example

White with #195D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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