#0A3B1B

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

Shades of Deep Fir #0A3B1B

Tints of Deep Fir #0A3B1B

Color information

#0A3B1B (or 0x0A3B1B) is unknown color: approx Deep Fir. HEX triplet: 0A, 3B and 1B. RGB value is (10,59,27). Sum of RGB (Red+Green+Blue) = 10+59+27=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 59 (23.44% from 255 or 61.46% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 59 - color contains mainly: green. Hex color #0A3B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3B1B is #F5C4E4. Grayscale: #282828. Windows color (decimal): -16106725 or 1784586. OLE color: 1784586.

HSL color Cylindrical-coordinate representation of color #0A3B1B: hue angle of 140.82º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A3B1B is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.77.

Color convert

RGB105927-
CMYK0.8300.540.77
HSL140.82º71.01%13.53%-
HSV(B)140.82º83.05%23.14%-
XYZ1.893.271.57-
YUV40.7120.27106.1-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.42%
GREEN value IS 59 (23.44% from 255) = 61.46%
BLUE value IS 27 (10.94% from 255) = 28.12%
R=10.42%
G=61.46%
B=28.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1059270.8300.540.77140.8271.0113.53
HexA3B1B530364D8d47e
Octal12733312306611521510716
Binary1010111011110111010011011011010011011000110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,59,27); }

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

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

 a { background-color: rgb(10,59,27); }

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

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

 span { border-color: rgb(10,59,27); }

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