Html Css Color HEX #035332 British Racing Green

📋 copy color: '#035332'

red 3 ◦ green 83 ◦ blue 50

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

Shades of British Racing Green #035332

Tints of British Racing Green #035332

RGB

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

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

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

R = 2.21%
G = 61.03%
B = 36.76%

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

#035332 (or 0x035332) is known color: British Racing Green. HEX triplet: 03, 53 and 32. RGB value is (3,83,50). Sum of RGB (Red+Green+Blue) = 3+83+50=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #035332 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035332 is #FCACCD. Grayscale: #373737. Windows color (decimal): -16559310 or 3298051. OLE color: 3298051.

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

Color convert

RGB 3 83 50 -
CMYK 0.96 0 0.40 0.67
HSL 155.25º 0.93% 0.17% -
HSV(B) 155.25º 0.96% 0.33% -
XYZ 3.71 6.44 4.06 -
YUV 55.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 3 83 50 0.96 0 0.40 0.67 155.25 0.93 0.17
Hex 3 53 32 60 0 28 43 9B 5D 11
Octal 3 123 62 140 0 50 103 233 135 21
Binary 11 1010011 110010 1100000 0 101000 1000011 10011011 1011101 10001

Color Harmonies of #035332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035332

Black with #035332

Text Example


Text Example

White with #035332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035332; }

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

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

background-color css

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

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

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

border-color css

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

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

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