Html Css Color HEX #035432 British Racing Green

📋 copy color: '#035432'

red 3 ◦ green 84 ◦ blue 50

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

Shades of British Racing Green #035432

Tints of British Racing Green #035432

RGB

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

 GREEN value IS 84 (33.2% from 255) = 61.31%

 BLUE value IS 50 (19.92% from 255) = 36.5%

R = 2.19%
G = 61.31%
B = 36.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#035432 (or 0x035432) is known color: British Racing Green. HEX triplet: 03, 54 and 32. RGB value is (3,84,50). Sum of RGB (Red+Green+Blue) = 3+84+50=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 84 (33.20% from 255 or 61.31% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 84 - color contains mainly: green. Hex color #035432 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035432 is #FCABCD. Grayscale: #373737. Windows color (decimal): -16559054 or 3298307. OLE color: 3298307.

HSL color Cylindrical-coordinate representation of color #035432: hue angle of 154.81º 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 #035432 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 84 50 -
CMYK 0.96 0 0.40 0.67
HSL 154.81º 0.93% 0.17% -
HSV(B) 154.81º 0.96% 0.33% -
XYZ 3.78 6.59 4.09 -
YUV 55.91 124.66 90.26 -
System Red Green Blue C M Y K H S L
Decimal 3 84 50 0.96 0 0.40 0.67 154.81 0.93 0.17
Hex 3 54 32 60 0 28 43 9B 5D 11
Octal 3 124 62 140 0 50 103 233 135 21
Binary 11 1010100 110010 1100000 0 101000 1000011 10011011 1011101 10001

Color Harmonies of #035432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035432

Black with #035432

Text Example


Text Example

White with #035432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035432; }

 p { color: rgb(3,84,50); }

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

background-color css

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

 a { background-color: rgb(3,84,50); }

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

border-color css

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

 span { border-color: rgb(3,84,50); }

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