#195030

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

Shades of Crusoe #195030

Tints of Crusoe #195030

Color information

#195030 (or 0x195030) is unknown color: approx Crusoe. HEX triplet: 19, 50 and 30. RGB value is (25,80,48). Sum of RGB (Red+Green+Blue) = 25+80+48=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #195030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195030 is #E6AFCF. Grayscale: #3B3B3B. Windows color (decimal): -15118288 or 3166233. OLE color: 3166233.

HSL color Cylindrical-coordinate representation of color #195030: hue angle of 145.09º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #195030 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB258048-
CMYK0.6900.400.69
HSL145.09º52.38%20.59%-
HSV(B)145.09º68.75%31.37%-
XYZ3.86.163.78-
YUV59.91121.28103.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.34%
GREEN value IS 80 (31.64% from 255) = 52.29%
BLUE value IS 48 (19.14% from 255) = 31.37%
R=16.34%
G=52.29%
B=31.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2580480.6900.400.69145.0952.3820.59
Hex1950304502845913415
Octal31120601050501052216425
Binary1100110100001100001000101010100010001011001000111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195030; }

 p { color: rgb(25,80,48); }

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

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

 a { background-color: rgb(25,80,48); }

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

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

 span { border-color: rgb(25,80,48); }

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