Html Css Color HEX #0A3711 Deep Fir

📋 copy color: '#0A3711'

red 10 ◦ green 55 ◦ blue 17

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

Shades of Deep Fir #0A3711

Tints of Deep Fir #0A3711

RGB

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

 GREEN value IS 55 (21.88% from 255) = 67.07%

 BLUE value IS 17 (7.03% from 255) = 20.73%

R = 12.2%
G = 67.07%
B = 20.73%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.69

 K value IS 0.78

RGB Variations

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

Color information

#0A3711 (or 0x0A3711) is known color: Deep Fir. HEX triplet: 0A, 37 and 11. RGB value is (10,55,17). Sum of RGB (Red+Green+Blue) = 10+55+17=82 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.20% from 82); Green value is 55 (21.88% from 255 or 67.07% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 55 - color contains mainly: green. Hex color #0A3711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3711 is #F5C8EE. Grayscale: #252525. Windows color (decimal): -16107759 or 1128202. OLE color: 1128202.

HSL color Cylindrical-coordinate representation of color #0A3711: hue angle of 129.33º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A3711 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.78.

Color convert

RGB 10 55 17 -
CMYK 0.82 0 0.69 0.78
HSL 129.33º 0.69% 0.13% -
HSV(B) 129.33º 0.82% 0.22% -
XYZ 1.59 2.84 0.99 -
YUV 37.21 116.59 108.59 -
System Red Green Blue C M Y K H S L
Decimal 10 55 17 0.82 0 0.69 0.78 129.33 0.69 0.13
Hex A 37 11 52 0 45 4E 81 45 D
Octal 12 67 21 122 0 105 116 201 105 15
Binary 1010 110111 10001 1010010 0 1000101 1001110 10000001 1000101 1101

Color Harmonies of #0A3711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3711

Black with #0A3711

Text Example


Text Example

White with #0A3711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,55,17); }

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

background-color css

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

 a { background-color: rgb(10,55,17); }

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

border-color css

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

 span { border-color: rgb(10,55,17); }

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