Html Css Color HEX #053710 Deep Fir

📋 copy color: '#053710'

red 5 ◦ green 55 ◦ blue 16

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

Shades of Deep Fir #053710

Tints of Deep Fir #053710

RGB

 RED value IS 5 (2.34% from 255) = 6.58%

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

 BLUE value IS 16 (6.64% from 255) = 21.05%

R = 6.58%
G = 72.37%
B = 21.05%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#053710 (or 0x053710) is known color: Deep Fir. HEX triplet: 05, 37 and 10. RGB value is (5,55,16). Sum of RGB (Red+Green+Blue) = 5+55+16=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 55 (21.88% from 255 or 72.37% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 55 - color contains mainly: green. Hex color #053710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053710 is #FAC8EF. Grayscale: #232323. Windows color (decimal): -16435440 or 1062661. OLE color: 1062661.

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

Color convert

RGB 5 55 16 -
CMYK 0.91 0 0.71 0.78
HSL 133.2º 0.83% 0.12% -
HSV(B) 133.2º 0.91% 0.22% -
XYZ 1.52 2.8 0.95 -
YUV 35.6 116.94 106.17 -
System Red Green Blue C M Y K H S L
Decimal 5 55 16 0.91 0 0.71 0.78 133.2 0.83 0.12
Hex 5 37 10 5B 0 47 4E 85 53 C
Octal 5 67 20 133 0 107 116 205 123 14
Binary 101 110111 10000 1011011 0 1000111 1001110 10000101 1010011 1100

Color Harmonies of #053710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053710

Black with #053710

Text Example


Text Example

White with #053710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053710; }

 p { color: rgb(5,55,16); }

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

background-color css

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

 a { background-color: rgb(5,55,16); }

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

border-color css

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

 span { border-color: rgb(5,55,16); }

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