Html Css Color HEX #133B1A Deep Fir

📋 copy color: '#133B1A'

red 19 ◦ green 59 ◦ blue 26

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

Shades of Deep Fir #133B1A

Tints of Deep Fir #133B1A

RGB

 RED value IS 19 (7.81% from 255) = 18.27%

 GREEN value IS 59 (23.44% from 255) = 56.73%

 BLUE value IS 26 (10.55% from 255) = 25%

R = 18.27%
G = 56.73%
B = 25%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.56

 K value IS 0.77

RGB Variations

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

Color information

#133B1A (or 0x133B1A) is known color: Deep Fir. HEX triplet: 13, 3B and 1A. RGB value is (19,59,26). Sum of RGB (Red+Green+Blue) = 19+59+26=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 59 (23.44% from 255 or 56.73% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 59 - color contains mainly: green. Hex color #133B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133B1A is #ECC4E5. Grayscale: #2B2B2B. Windows color (decimal): -15516902 or 1719059. OLE color: 1719059.

HSL color Cylindrical-coordinate representation of color #133B1A: hue angle of 130.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #133B1A is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 59 26 -
CMYK 0.68 0 0.56 0.77
HSL 130.5º 0.51% 0.15% -
HSV(B) 130.5º 0.68% 0.23% -
XYZ 2.02 3.34 1.52 -
YUV 43.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 19 59 26 0.68 0 0.56 0.77 130.5 0.51 0.15
Hex 13 3B 1A 44 0 38 4D 82 33 F
Octal 23 73 32 104 0 70 115 202 63 17
Binary 10011 111011 11010 1000100 0 111000 1001101 10000010 110011 1111

Color Harmonies of #133B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B1A

Black with #133B1A

Text Example


Text Example

White with #133B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133B1A; }

 p { color: rgb(19,59,26); }

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

background-color css

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

 a { background-color: rgb(19,59,26); }

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

border-color css

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

 span { border-color: rgb(19,59,26); }

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