Html Css Color HEX #15361D Deep Fir

📋 copy color: '#15361D'

red 21 ◦ green 54 ◦ blue 29

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

Shades of Deep Fir #15361D

Tints of Deep Fir #15361D

RGB

 RED value IS 21 (8.59% from 255) = 20.19%

 GREEN value IS 54 (21.48% from 255) = 51.92%

 BLUE value IS 29 (11.72% from 255) = 27.88%

R = 20.19%
G = 51.92%
B = 27.88%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.46

 K value IS 0.79

RGB Variations

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

Color information

#15361D (or 0x15361D) is known color: Deep Fir. HEX triplet: 15, 36 and 1D. RGB value is (21,54,29). Sum of RGB (Red+Green+Blue) = 21+54+29=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 54 (21.48% from 255 or 51.92% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 54 - color contains mainly: green. Hex color #15361D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15361D is #EAC9E2. Grayscale: #292929. Windows color (decimal): -15387107 or 1914389. OLE color: 1914389.

HSL color Cylindrical-coordinate representation of color #15361D: hue angle of 134.55º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #15361D is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 54 29 -
CMYK 0.61 0 0.46 0.79
HSL 134.55º 0.44% 0.15% -
HSV(B) 134.55º 0.61% 0.21% -
XYZ 1.85 2.89 1.62 -
YUV 41.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 21 54 29 0.61 0 0.46 0.79 134.55 0.44 0.15
Hex 15 36 1D 3D 0 2E 4F 87 2C F
Octal 25 66 35 75 0 56 117 207 54 17
Binary 10101 110110 11101 111101 0 101110 1001111 10000111 101100 1111

Color Harmonies of #15361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15361D

Black with #15361D

Text Example


Text Example

White with #15361D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15361D; }

 p { color: rgb(21,54,29); }

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

background-color css

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

 a { background-color: rgb(21,54,29); }

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

border-color css

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

 span { border-color: rgb(21,54,29); }

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