Html Css Color HEX #035325 British Racing Green

📋 copy color: '#035325'

red 3 ◦ green 83 ◦ blue 37

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

Shades of British Racing Green #035325

Tints of British Racing Green #035325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 30.08%

R = 2.44%
G = 67.48%
B = 30.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#035325 (or 0x035325) is known color: British Racing Green. HEX triplet: 03, 53 and 25. RGB value is (3,83,37). Sum of RGB (Red+Green+Blue) = 3+83+37=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #035325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035325 is #FCACDA. Grayscale: #353535. Windows color (decimal): -16559323 or 2446083. OLE color: 2446083.

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

Color convert

RGB 3 83 37 -
CMYK 0.96 0 0.55 0.67
HSL 145.5º 0.93% 0.17% -
HSV(B) 145.5º 0.96% 0.33% -
XYZ 3.46 6.34 2.79 -
YUV 53.84 118.5 91.74 -
System Red Green Blue C M Y K H S L
Decimal 3 83 37 0.96 0 0.55 0.67 145.5 0.93 0.17
Hex 3 53 25 60 0 37 43 92 5D 11
Octal 3 123 45 140 0 67 103 222 135 21
Binary 11 1010011 100101 1100000 0 110111 1000011 10010010 1011101 10001

Color Harmonies of #035325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035325

Black with #035325

Text Example


Text Example

White with #035325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035325; }

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

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

background-color css

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

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

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

border-color css

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

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

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