Html Css Color HEX #035320 British Racing Green

📋 copy color: '#035320'

red 3 ◦ green 83 ◦ blue 32

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

Shades of British Racing Green #035320

Tints of British Racing Green #035320

RGB

 RED value IS 3 (1.56% from 255) = 2.54%

 GREEN value IS 83 (32.81% from 255) = 70.34%

 BLUE value IS 32 (12.89% from 255) = 27.12%

R = 2.54%
G = 70.34%
B = 27.12%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#035320 (or 0x035320) is known color: British Racing Green. HEX triplet: 03, 53 and 20. RGB value is (3,83,32). Sum of RGB (Red+Green+Blue) = 3+83+32=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 83 (32.81% from 255 or 70.34% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 83 - color contains mainly: green. Hex color #035320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035320 is #FCACDF. Grayscale: #353535. Windows color (decimal): -16559328 or 2118403. OLE color: 2118403.

HSL color Cylindrical-coordinate representation of color #035320: hue angle of 141.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035320 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 83 32 -
CMYK 0.96 0 0.61 0.67
HSL 141.75º 0.93% 0.17% -
HSV(B) 141.75º 0.96% 0.33% -
XYZ 3.39 6.31 2.41 -
YUV 53.27 116 92.15 -
System Red Green Blue C M Y K H S L
Decimal 3 83 32 0.96 0 0.61 0.67 141.75 0.93 0.17
Hex 3 53 20 60 0 3D 43 8E 5D 11
Octal 3 123 40 140 0 75 103 216 135 21
Binary 11 1010011 100000 1100000 0 111101 1000011 10001110 1011101 10001

Color Harmonies of #035320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035320

Black with #035320

Text Example


Text Example

White with #035320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035320; }

 p { color: rgb(3,83,32); }

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

background-color css

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

 a { background-color: rgb(3,83,32); }

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

border-color css

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

 span { border-color: rgb(3,83,32); }

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