Html Css Color HEX #035632 British Racing Green

📋 copy color: '#035632'

red 3 ◦ green 86 ◦ blue 50

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

Shades of British Racing Green #035632

Tints of British Racing Green #035632

RGB

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

 GREEN value IS 86 (33.98% from 255) = 61.87%

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

R = 2.16%
G = 61.87%
B = 35.97%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.42

 K value IS 0.66

RGB Variations

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

Color information

#035632 (or 0x035632) is known color: British Racing Green. HEX triplet: 03, 56 and 32. RGB value is (3,86,50). Sum of RGB (Red+Green+Blue) = 3+86+50=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 86 (33.98% from 255 or 61.87% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 86 - color contains mainly: green. Hex color #035632 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035632 is #FCA9CD. Grayscale: #393939. Windows color (decimal): -16558542 or 3298819. OLE color: 3298819.

HSL color Cylindrical-coordinate representation of color #035632: hue angle of 153.98º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035632 is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.66.

Color convert

RGB 3 86 50 -
CMYK 0.97 0 0.42 0.66
HSL 153.98º 0.93% 0.17% -
HSV(B) 153.98º 0.97% 0.34% -
XYZ 3.94 6.91 4.14 -
YUV 57.08 124 89.43 -
System Red Green Blue C M Y K H S L
Decimal 3 86 50 0.97 0 0.42 0.66 153.98 0.93 0.17
Hex 3 56 32 61 0 2A 42 9A 5D 11
Octal 3 126 62 141 0 52 102 232 135 21
Binary 11 1010110 110010 1100001 0 101010 1000010 10011010 1011101 10001

Color Harmonies of #035632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035632

Black with #035632

Text Example


Text Example

White with #035632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035632; }

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

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

background-color css

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

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

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

border-color css

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

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

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