Html Css Color HEX #07361A Deep Fir

📋 copy color: '#07361A'

red 7 ◦ green 54 ◦ blue 26

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

Shades of Deep Fir #07361A

Tints of Deep Fir #07361A

RGB

 RED value IS 7 (3.13% 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 value IS 0.87

 M value IS 0

 Y value IS 0.52

 K value IS 0.79

RGB Variations

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

Color information

#07361A (or 0x07361A) is known color: 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

RGB 7 54 26 -
CMYK 0.87 0 0.52 0.79
HSL 144.26º 0.77% 0.12% -
HSV(B) 144.26º 0.87% 0.21% -
XYZ 1.59 2.76 1.43 -
YUV 36.76 121.93 106.78 -
System Red Green Blue C M Y K H S L
Decimal 7 54 26 0.87 0 0.52 0.79 144.26 0.77 0.12
Hex 7 36 1A 57 0 34 4F 90 4D C
Octal 7 66 32 127 0 64 117 220 115 14
Binary 111 110110 11010 1010111 0 110100 1001111 10010000 1001101 1100

Color Harmonies of #07361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07361A

Black with #07361A

Text Example


Text Example

White with #07361A

Text Example


Text Example

HTML Codes & Css Web 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>