#035423

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

Shades of British Racing Green #035423

Tints of British Racing Green #035423

Color information

#035423 (or 0x035423) is unknown color: approx British Racing Green. HEX triplet: 03, 54 and 23. RGB value is (3,84,35). Sum of RGB (Red+Green+Blue) = 3+84+35=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 84 (33.20% from 255 or 68.85% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 84 - color contains mainly: green. Hex color #035423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035423 is #FCABDC. Grayscale: #363636. Windows color (decimal): -16559069 or 2315267. OLE color: 2315267.

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

Color convert

RGB38435-
CMYK0.9600.580.67
HSL143.7º93.1%17.06%-
HSV(B)143.7º96.43%32.94%-
XYZ3.516.482.66-
YUV54.2117.1691.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 84 (33.20% from 255) = 68.85%
BLUE value IS 35 (14.06% from 255) = 28.69%
R=2.46%
G=68.85%
B=28.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal384350.9600.580.67143.793.117.06
Hex354236003A43905d11
Octal31244314007210322013521
Binary11101010010001111000000111010100001110010000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035423; }

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

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

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

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

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

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

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

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