#035434

Color #035434 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #035434

Tints of British Racing Green #035434

Color information

#035434 (or 0x035434) is unknown color: approx British Racing Green. HEX triplet: 03, 54 and 34. RGB value is (3,84,52). Sum of RGB (Red+Green+Blue) = 3+84+52=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 84 (33.20% from 255 or 60.43% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 84 - color contains mainly: green. Hex color #035434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035434 is #FCABCB. Grayscale: #383838. Windows color (decimal): -16559052 or 3429379. OLE color: 3429379.

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

Color convert

RGB38452-
CMYK0.9600.380.67
HSL156.3º93.1%17.06%-
HSV(B)156.3º96.43%32.94%-
XYZ3.836.614.32-
YUV56.13125.6690.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.16%
GREEN value IS 84 (33.20% from 255) = 60.43%
BLUE value IS 52 (20.70% from 255) = 37.41%
R=2.16%
G=60.43%
B=37.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal384520.9600.380.67156.393.117.06
Hex3543460026439c5d11
Octal31246414004610323413521
Binary11101010011010011000000100110100001110011100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035434; }

 p { color: rgb(3,84,52); }

 H1.HeaderClassName
 {
   color: #035434;
 }
 .AnyTagClassName
 {
   color: #035434;
 }
</style>
background-color css

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

 a { background-color: rgb(3,84,52); }

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

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

 span { border-color: rgb(3,84,52); }

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