Html Css Color HEX #13362E Racing Green

📋 copy color: '#13362E'

red 19 ◦ green 54 ◦ blue 46

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

Shades of Racing Green #13362E

Tints of Racing Green #13362E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 38.66%

R = 15.97%
G = 45.38%
B = 38.66%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#13362E (or 0x13362E) is known color: Racing Green. HEX triplet: 13, 36 and 2E. RGB value is (19,54,46). Sum of RGB (Red+Green+Blue) = 19+54+46=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 54 - color contains mainly: green. Hex color #13362E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13362E is #ECC9D1. Grayscale: #2A2A2A. Windows color (decimal): -15518162 or 3028499. OLE color: 3028499.

HSL color Cylindrical-coordinate representation of color #13362E: hue angle of 166.29º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #13362E is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 54 46 -
CMYK 0.65 0 0.15 0.79
HSL 166.29º 0.48% 0.14% -
HSV(B) 166.29º 0.65% 0.21% -
XYZ 2.08 2.97 3.05 -
YUV 42.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 19 54 46 0.65 0 0.15 0.79 166.29 0.48 0.14
Hex 13 36 2E 41 0 F 4F A6 30 E
Octal 23 66 56 101 0 17 117 246 60 16
Binary 10011 110110 101110 1000001 0 1111 1001111 10100110 110000 1110

Color Harmonies of #13362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13362E

Black with #13362E

Text Example


Text Example

White with #13362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13362E; }

 p { color: rgb(19,54,46); }

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

background-color css

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

 a { background-color: rgb(19,54,46); }

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

border-color css

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

 span { border-color: rgb(19,54,46); }

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