Html Css Color HEX #133A19 Deep Fir

📋 copy color: '#133A19'

red 19 ◦ green 58 ◦ blue 25

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

Shades of Deep Fir #133A19

Tints of Deep Fir #133A19

RGB

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

 GREEN value IS 58 (23.05% from 255) = 56.86%

 BLUE value IS 25 (10.16% from 255) = 24.51%

R = 18.63%
G = 56.86%
B = 24.51%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.77

RGB Variations

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

Color information

#133A19 (or 0x133A19) is known color: Deep Fir. HEX triplet: 13, 3A and 19. RGB value is (19,58,25). Sum of RGB (Red+Green+Blue) = 19+58+25=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 58 (23.05% from 255 or 56.86% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 58 - color contains mainly: green. Hex color #133A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133A19 is #ECC5E6. Grayscale: #2A2A2A. Windows color (decimal): -15517159 or 1653267. OLE color: 1653267.

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

Color convert

RGB 19 58 25 -
CMYK 0.67 0 0.57 0.77
HSL 129.23º 0.51% 0.15% -
HSV(B) 129.23º 0.67% 0.23% -
XYZ 1.96 3.23 1.44 -
YUV 42.58 118.08 111.18 -
System Red Green Blue C M Y K H S L
Decimal 19 58 25 0.67 0 0.57 0.77 129.23 0.51 0.15
Hex 13 3A 19 43 0 39 4D 81 33 F
Octal 23 72 31 103 0 71 115 201 63 17
Binary 10011 111010 11001 1000011 0 111001 1001101 10000001 110011 1111

Color Harmonies of #133A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A19

Black with #133A19

Text Example


Text Example

White with #133A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,58,25); }

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

background-color css

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

 a { background-color: rgb(19,58,25); }

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

border-color css

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

 span { border-color: rgb(19,58,25); }

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