Html Css Color HEX #133A25 Deep Fir

📋 copy color: '#133A25'

red 19 ◦ green 58 ◦ blue 37

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

Shades of Deep Fir #133A25

Tints of Deep Fir #133A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 32.46%

R = 16.67%
G = 50.88%
B = 32.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.36

 K value IS 0.77

RGB Variations

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

Color information

#133A25 (or 0x133A25) is known color: Deep Fir. HEX triplet: 13, 3A and 25. RGB value is (19,58,37). Sum of RGB (Red+Green+Blue) = 19+58+37=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 58 (23.05% from 255 or 50.88% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 58 - color contains mainly: green. Hex color #133A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A25 is #ECC5DA. Grayscale: #2B2B2B. Windows color (decimal): -15517147 or 2439699. OLE color: 2439699.

HSL color Cylindrical-coordinate representation of color #133A25: hue angle of 147.69º 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 #133A25 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 58 37 -
CMYK 0.67 0 0.36 0.77
HSL 147.69º 0.51% 0.15% -
HSV(B) 147.69º 0.67% 0.23% -
XYZ 2.12 3.3 2.28 -
YUV 43.95 124.08 110.21 -
System Red Green Blue C M Y K H S L
Decimal 19 58 37 0.67 0 0.36 0.77 147.69 0.51 0.15
Hex 13 3A 25 43 0 24 4D 94 33 F
Octal 23 72 45 103 0 44 115 224 63 17
Binary 10011 111010 100101 1000011 0 100100 1001101 10010100 110011 1111

Color Harmonies of #133A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A25

Black with #133A25

Text Example


Text Example

White with #133A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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