Html Css Color HEX #13362B Racing Green

📋 copy color: '#13362B'

red 19 ◦ green 54 ◦ blue 43

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

Shades of Racing Green #13362B

Tints of Racing Green #13362B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 37.07%

R = 16.38%
G = 46.55%
B = 37.07%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.79

RGB Variations

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

Color information

#13362B (or 0x13362B) is known color: Racing Green. HEX triplet: 13, 36 and 2B. RGB value is (19,54,43). Sum of RGB (Red+Green+Blue) = 19+54+43=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 54 - color contains mainly: green. Hex color #13362B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13362B is #ECC9D4. Grayscale: #2A2A2A. Windows color (decimal): -15518165 or 2831891. OLE color: 2831891.

HSL color Cylindrical-coordinate representation of color #13362B: hue angle of 161.14º 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 #13362B is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 54 43 -
CMYK 0.65 0 0.20 0.79
HSL 161.14º 0.48% 0.14% -
HSV(B) 161.14º 0.65% 0.21% -
XYZ 2.02 2.95 2.75 -
YUV 42.28 128.4 111.39 -
System Red Green Blue C M Y K H S L
Decimal 19 54 43 0.65 0 0.20 0.79 161.14 0.48 0.14
Hex 13 36 2B 41 0 14 4F A1 30 E
Octal 23 66 53 101 0 24 117 241 60 16
Binary 10011 110110 101011 1000001 0 10100 1001111 10100001 110000 1110

Color Harmonies of #13362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13362B

Black with #13362B

Text Example


Text Example

White with #13362B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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