Html Css Color HEX #033913 Deep Fir

📋 copy color: '#033913'

red 3 ◦ green 57 ◦ blue 19

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

Shades of Deep Fir #033913

Tints of Deep Fir #033913

RGB

 RED value IS 3 (1.56% from 255) = 3.8%

 GREEN value IS 57 (22.66% from 255) = 72.15%

 BLUE value IS 19 (7.81% from 255) = 24.05%

R = 3.8%
G = 72.15%
B = 24.05%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#033913 (or 0x033913) is known color: Deep Fir. HEX triplet: 03, 39 and 13. RGB value is (3,57,19). Sum of RGB (Red+Green+Blue) = 3+57+19=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 57 (22.66% from 255 or 72.15% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 57 - color contains mainly: green. Hex color #033913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033913 is #FCC6EC. Grayscale: #242424. Windows color (decimal): -16565997 or 1259779. OLE color: 1259779.

HSL color Cylindrical-coordinate representation of color #033913: hue angle of 137.78º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033913 is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 57 19 -
CMYK 0.95 0 0.67 0.78
HSL 137.78º 0.9% 0.12% -
HSV(B) 137.78º 0.95% 0.22% -
XYZ 1.62 2.99 1.11 -
YUV 36.52 118.11 104.09 -
System Red Green Blue C M Y K H S L
Decimal 3 57 19 0.95 0 0.67 0.78 137.78 0.9 0.12
Hex 3 39 13 5F 0 43 4E 8A 5A C
Octal 3 71 23 137 0 103 116 212 132 14
Binary 11 111001 10011 1011111 0 1000011 1001110 10001010 1011010 1100

Color Harmonies of #033913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033913

Black with #033913

Text Example


Text Example

White with #033913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033913; }

 p { color: rgb(3,57,19); }

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

background-color css

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

 a { background-color: rgb(3,57,19); }

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

border-color css

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

 span { border-color: rgb(3,57,19); }

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