Html Css Color HEX #033712 Deep Fir

📋 copy color: '#033712'

red 3 ◦ green 55 ◦ blue 18

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

Shades of Deep Fir #033712

Tints of Deep Fir #033712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 23.68%

R = 3.95%
G = 72.37%
B = 23.68%

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

#033712 (or 0x033712) is known color: Deep Fir. HEX triplet: 03, 37 and 12. RGB value is (3,55,18). Sum of RGB (Red+Green+Blue) = 3+55+18=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 55 (21.88% from 255 or 72.37% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 55 - color contains mainly: green. Hex color #033712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033712 is #FCC8ED. Grayscale: #232323. Windows color (decimal): -16566510 or 1193731. OLE color: 1193731.

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

Color convert

RGB 3 55 18 -
CMYK 0.95 0 0.67 0.78
HSL 137.31º 0.9% 0.11% -
HSV(B) 137.31º 0.95% 0.22% -
XYZ 1.51 2.8 1.03 -
YUV 35.23 118.27 105.01 -
System Red Green Blue C M Y K H S L
Decimal 3 55 18 0.95 0 0.67 0.78 137.31 0.9 0.11
Hex 3 37 12 5F 0 43 4E 89 5A B
Octal 3 67 22 137 0 103 116 211 132 13
Binary 11 110111 10010 1011111 0 1000011 1001110 10001001 1011010 1011

Color Harmonies of #033712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033712

Black with #033712

Text Example


Text Example

White with #033712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033712; }

 p { color: rgb(3,55,18); }

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

background-color css

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

 a { background-color: rgb(3,55,18); }

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

border-color css

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

 span { border-color: rgb(3,55,18); }

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