#195427

Color #195427 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #195427

Tints of Crusoe #195427

Color information

#195427 (or 0x195427) is unknown color: approx Crusoe. HEX triplet: 19, 54 and 27. RGB value is (25,84,39). Sum of RGB (Red+Green+Blue) = 25+84+39=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #195427 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195427 is #E6ABD8. Grayscale: #3D3D3D. Windows color (decimal): -15117273 or 2577433. OLE color: 2577433.

HSL color Cylindrical-coordinate representation of color #195427: hue angle of 134.24º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #195427 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB258439-
CMYK0.7000.540.67
HSL134.24º54.13%21.37%-
HSV(B)134.24º70.24%32.94%-
XYZ3.946.693-
YUV61.23115.45102.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.89%
GREEN value IS 84 (33.20% from 255) = 56.76%
BLUE value IS 39 (15.62% from 255) = 26.35%
R=16.89%
G=56.76%
B=26.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2584390.7000.540.67134.2454.1321.37
Hex1954274603643863615
Octal31124471060661032066625
Binary1100110101001001111000110011011010000111000011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195427; }

 p { color: rgb(25,84,39); }

 H1.HeaderClassName
 {
   color: #195427;
 }
 .AnyTagClassName
 {
   color: #195427;
 }
</style>
background-color css

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

 a { background-color: rgb(25,84,39); }

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

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

 span { border-color: rgb(25,84,39); }

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