Html Css Color HEX #0A3B19 Deep Fir

📋 copy color: '#0A3B19'

red 10 ◦ green 59 ◦ blue 25

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

Shades of Deep Fir #0A3B19

Tints of Deep Fir #0A3B19

RGB

 RED value IS 10 (4.3% from 255) = 10.64%

 GREEN value IS 59 (23.44% from 255) = 62.77%

 BLUE value IS 25 (10.16% from 255) = 26.6%

R = 10.64%
G = 62.77%
B = 26.6%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.58

 K value IS 0.77

RGB Variations

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

Color information

#0A3B19 (or 0x0A3B19) is known color: Deep Fir. HEX triplet: 0A, 3B and 19. RGB value is (10,59,25). Sum of RGB (Red+Green+Blue) = 10+59+25=94 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.64% from 94); Green value is 59 (23.44% from 255 or 62.77% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 59 - color contains mainly: green. Hex color #0A3B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3B19 is #F5C4E6. Grayscale: #282828. Windows color (decimal): -16106727 or 1653514. OLE color: 1653514.

HSL color Cylindrical-coordinate representation of color #0A3B19: hue angle of 138.37º 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 #0A3B19 is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.77.

Color convert

RGB 10 59 25 -
CMYK 0.83 0 0.58 0.77
HSL 138.37º 0.71% 0.14% -
HSV(B) 138.37º 0.83% 0.23% -
XYZ 1.86 3.26 1.45 -
YUV 40.47 119.27 106.26 -
System Red Green Blue C M Y K H S L
Decimal 10 59 25 0.83 0 0.58 0.77 138.37 0.71 0.14
Hex A 3B 19 53 0 3A 4D 8A 47 E
Octal 12 73 31 123 0 72 115 212 107 16
Binary 1010 111011 11001 1010011 0 111010 1001101 10001010 1000111 1110

Color Harmonies of #0A3B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3B19

Black with #0A3B19

Text Example


Text Example

White with #0A3B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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