Html Css Color HEX #035324 British Racing Green

📋 copy color: '#035324'

red 3 ◦ green 83 ◦ blue 36

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

Shades of British Racing Green #035324

Tints of British Racing Green #035324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 29.51%

R = 2.46%
G = 68.03%
B = 29.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#035324 (or 0x035324) is known color: British Racing Green. HEX triplet: 03, 53 and 24. RGB value is (3,83,36). Sum of RGB (Red+Green+Blue) = 3+83+36=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 83 (32.81% from 255 or 68.03% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 83 - color contains mainly: green. Hex color #035324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035324 is #FCACDB. Grayscale: #353535. Windows color (decimal): -16559324 or 2380547. OLE color: 2380547.

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

Color convert

RGB 3 83 36 -
CMYK 0.96 0 0.57 0.67
HSL 144.75º 0.93% 0.17% -
HSV(B) 144.75º 0.96% 0.33% -
XYZ 3.45 6.33 2.71 -
YUV 53.72 118 91.82 -
System Red Green Blue C M Y K H S L
Decimal 3 83 36 0.96 0 0.57 0.67 144.75 0.93 0.17
Hex 3 53 24 60 0 39 43 91 5D 11
Octal 3 123 44 140 0 71 103 221 135 21
Binary 11 1010011 100100 1100000 0 111001 1000011 10010001 1011101 10001

Color Harmonies of #035324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035324

Black with #035324

Text Example


Text Example

White with #035324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035324; }

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

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

background-color css

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

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

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

border-color css

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

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

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