#07361A

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

Shades of Deep Fir #07361A

Tints of Deep Fir #07361A

Color information

#07361A (or 0x07361A) is unknown color: approx Deep Fir. HEX triplet: 07, 36 and 1A. RGB value is (7,54,26). Sum of RGB (Red+Green+Blue) = 7+54+26=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 54 (21.48% from 255 or 62.07% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 54 - color contains mainly: green. Hex color #07361A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07361A is #F8C9E5. Grayscale: #242424. Windows color (decimal): -16304614 or 1717767. OLE color: 1717767.

HSL color Cylindrical-coordinate representation of color #07361A: hue angle of 144.26º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #07361A is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB75426-
CMYK0.8700.520.79
HSL144.26º77.05%11.96%-
HSV(B)144.26º87.04%21.18%-
XYZ1.592.761.43-
YUV36.75121.93106.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.05%
GREEN value IS 54 (21.48% from 255) = 62.07%
BLUE value IS 26 (10.55% from 255) = 29.89%
R=8.05%
G=62.07%
B=29.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal754260.8700.520.79144.2677.0511.96
Hex7361A570344F904dc
Octal7663212706411722011514
Binary111110110110101010111011010010011111001000010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07361A; }

 p { color: rgb(7,54,26); }

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

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

 a { background-color: rgb(7,54,26); }

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

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

 span { border-color: rgb(7,54,26); }

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