Html Css Color HEX #064B13 Deep Fir

📋 copy color: '#064B13'

red 6 ◦ green 75 ◦ blue 19

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

Shades of Deep Fir #064B13

Tints of Deep Fir #064B13

RGB

 RED value IS 6 (2.73% from 255) = 6%

 GREEN value IS 75 (29.69% from 255) = 75%

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

R = 6%
G = 75%
B = 19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#064B13 (or 0x064B13) is known color: Deep Fir. HEX triplet: 06, 4B and 13. RGB value is (6,75,19). Sum of RGB (Red+Green+Blue) = 6+75+19=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 75 (29.69% from 255 or 75% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 75 - color contains mainly: green. Hex color #064B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064B13 is #F9B4EC. Grayscale: #303030. Windows color (decimal): -16364781 or 1264390. OLE color: 1264390.

HSL color Cylindrical-coordinate representation of color #064B13: hue angle of 131.3º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064B13 is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 75 19 -
CMYK 0.92 0 0.75 0.71
HSL 131.3º 0.85% 0.16% -
HSV(B) 131.3º 0.92% 0.29% -
XYZ 2.71 5.12 1.46 -
YUV 47.99 111.64 98.05 -
System Red Green Blue C M Y K H S L
Decimal 6 75 19 0.92 0 0.75 0.71 131.3 0.85 0.16
Hex 6 4B 13 5C 0 4B 47 83 55 10
Octal 6 113 23 134 0 113 107 203 125 20
Binary 110 1001011 10011 1011100 0 1001011 1000111 10000011 1010101 10000

Color Harmonies of #064B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064B13

Black with #064B13

Text Example


Text Example

White with #064B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064B13; }

 p { color: rgb(6,75,19); }

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

background-color css

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

 a { background-color: rgb(6,75,19); }

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

border-color css

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

 span { border-color: rgb(6,75,19); }

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