Html Css Color HEX #035631 British Racing Green

📋 copy color: '#035631'

red 3 ◦ green 86 ◦ blue 49

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

Shades of British Racing Green #035631

Tints of British Racing Green #035631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 35.51%

R = 2.17%
G = 62.32%
B = 35.51%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#035631 (or 0x035631) is known color: British Racing Green. HEX triplet: 03, 56 and 31. RGB value is (3,86,49). Sum of RGB (Red+Green+Blue) = 3+86+49=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 86 (33.98% from 255 or 62.32% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 86 - color contains mainly: green. Hex color #035631 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035631 is #FCA9CE. Grayscale: #393939. Windows color (decimal): -16558543 or 3233283. OLE color: 3233283.

HSL color Cylindrical-coordinate representation of color #035631: hue angle of 153.25º 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 #035631 is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 3 86 49 -
CMYK 0.97 0 0.43 0.66
HSL 153.25º 0.93% 0.17% -
HSV(B) 153.25º 0.97% 0.34% -
XYZ 3.92 6.9 4.03 -
YUV 56.97 123.5 89.51 -
System Red Green Blue C M Y K H S L
Decimal 3 86 49 0.97 0 0.43 0.66 153.25 0.93 0.17
Hex 3 56 31 61 0 2B 42 99 5D 11
Octal 3 126 61 141 0 53 102 231 135 21
Binary 11 1010110 110001 1100001 0 101011 1000010 10011001 1011101 10001

Color Harmonies of #035631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035631

Black with #035631

Text Example


Text Example

White with #035631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035631; }

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

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

background-color css

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

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

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

border-color css

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

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

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