#0F5430

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

Shades of Crusoe #0F5430

Tints of Crusoe #0F5430

Color information

#0F5430 (or 0x0F5430) is unknown color: approx Crusoe. HEX triplet: 0F, 54 and 30. RGB value is (15,84,48). Sum of RGB (Red+Green+Blue) = 15+84+48=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 84 (33.20% from 255 or 57.14% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 84 - color contains mainly: green. Hex color #0F5430 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5430 is #F0ABCF. Grayscale: #3B3B3B. Windows color (decimal): -15772624 or 3167247. OLE color: 3167247.

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

Color convert

RGB158448-
CMYK0.8200.430.67
HSL148.7º69.7%19.41%-
HSV(B)148.7º82.14%32.94%-
XYZ3.96.663.88-
YUV59.26121.6496.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.20%
GREEN value IS 84 (33.20% from 255) = 57.14%
BLUE value IS 48 (19.14% from 255) = 32.65%
R=10.20%
G=57.14%
B=32.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1584480.8200.430.67148.769.719.41
HexF54305202B43954613
Octal171246012205310322510623
Binary1111101010011000010100100101011100001110010101100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F5430; }

 p { color: rgb(15,84,48); }

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

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

 a { background-color: rgb(15,84,48); }

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

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

 span { border-color: rgb(15,84,48); }

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