Html Css Color HEX #00440B Deep Fir

📋 copy color: '#00440B'

red 0 ◦ green 68 ◦ blue 11

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

Shades of Deep Fir #00440B

Tints of Deep Fir #00440B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 68 (26.95% from 255) = 86.08%

 BLUE value IS 11 (4.69% from 255) = 13.92%

R = 0%
G = 86.08%
B = 13.92%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#00440B (or 0x00440B) is known color: Deep Fir. HEX triplet: 00, 44 and 0B. RGB value is (0,68,11). Sum of RGB (Red+Green+Blue) = 0+68+11=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 68 (26.95% from 255 or 86.08% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 68 - color contains mainly: green. Hex color #00440B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00440B is #FFBBF4. Grayscale: #292929. Windows color (decimal): -16759797 or 738304. OLE color: 738304.

HSL color Cylindrical-coordinate representation of color #00440B: hue angle of 129.71º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00440B is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 68 11 -
CMYK 1 0 0.84 0.73
HSL 129.71º 1% 0.13% -
HSV(B) 129.71º 1% 0.27% -
XYZ 2.13 4.16 1.01 -
YUV 41.17 110.97 98.63 -
System Red Green Blue C M Y K H S L
Decimal 0 68 11 1 0 0.84 0.73 129.71 1 0.13
Hex 0 44 B 64 0 54 49 82 64 D
Octal 0 104 13 144 0 124 111 202 144 15
Binary 0 1000100 1011 1100100 0 1010100 1001001 10000010 1100100 1101

Color Harmonies of #00440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00440B

Black with #00440B

Text Example


Text Example

White with #00440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00440B; }

 p { color: rgb(0,68,11); }

 H1.HeaderClassName
 {
   color: #00440B;
 }
 .AnyTagClassName
 {
   color: #00440B;
 }
</style>

background-color css

<style>
 a { background-color: #00440B; }

 a { background-color: rgb(0,68,11); }

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

border-color css

<style>
 span { border-color: #00440B; }

 span { border-color: rgb(0,68,11); }

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