Html Css Color HEX #195928 Crusoe

📋 copy color: '#195928'

red 25 ◦ green 89 ◦ blue 40

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

Shades of Crusoe #195928

Tints of Crusoe #195928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.97%

R = 16.23%
G = 57.79%
B = 25.97%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#195928 (or 0x195928) is known color: Crusoe. HEX triplet: 19, 59 and 28. RGB value is (25,89,40). Sum of RGB (Red+Green+Blue) = 25+89+40=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 89 (35.16% from 255 or 57.79% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 89 - color contains mainly: green. Hex color #195928 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195928 is #E6A6D7. Grayscale: #404040. Windows color (decimal): -15115992 or 2644249. OLE color: 2644249.

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

Color convert

RGB 25 89 40 -
CMYK 0.72 0 0.55 0.65
HSL 134.06º 0.56% 0.22% -
HSV(B) 134.06º 0.72% 0.35% -
XYZ 4.36 7.5 3.23 -
YUV 64.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 25 89 40 0.72 0 0.55 0.65 134.06 0.56 0.22
Hex 19 59 28 48 0 37 41 86 38 16
Octal 31 131 50 110 0 67 101 206 70 26
Binary 11001 1011001 101000 1001000 0 110111 1000001 10000110 111000 10110

Color Harmonies of #195928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195928

Black with #195928

Text Example


Text Example

White with #195928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195928; }

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

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

background-color css

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

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

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

border-color css

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

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

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