Html Css Color HEX #195128 Crusoe

📋 copy color: '#195128'

red 25 ◦ green 81 ◦ blue 40

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

Shades of Crusoe #195128

Tints of Crusoe #195128

RGB

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

 GREEN value IS 81 (32.03% from 255) = 55.48%

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

R = 17.12%
G = 55.48%
B = 27.4%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#195128 (or 0x195128) is known color: Crusoe. HEX triplet: 19, 51 and 28. RGB value is (25,81,40). Sum of RGB (Red+Green+Blue) = 25+81+40=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 81 (32.03% from 255 or 55.48% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 81 - color contains mainly: green. Hex color #195128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195128 is #E6AED7. Grayscale: #3B3B3B. Windows color (decimal): -15118040 or 2642201. OLE color: 2642201.

HSL color Cylindrical-coordinate representation of color #195128: hue angle of 136.07º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #195128 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 25 81 40 -
CMYK 0.69 0 0.51 0.68
HSL 136.07º 0.53% 0.21% -
HSV(B) 136.07º 0.69% 0.32% -
XYZ 3.73 6.24 3.02 -
YUV 59.58 116.95 103.33 -
System Red Green Blue C M Y K H S L
Decimal 25 81 40 0.69 0 0.51 0.68 136.07 0.53 0.21
Hex 19 51 28 45 0 33 44 88 35 15
Octal 31 121 50 105 0 63 104 210 65 25
Binary 11001 1010001 101000 1000101 0 110011 1000100 10001000 110101 10101

Color Harmonies of #195128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195128

Black with #195128

Text Example


Text Example

White with #195128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195128; }

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

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

background-color css

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

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

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

border-color css

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

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

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