#035236

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

Shades of British Racing Green #035236

Tints of British Racing Green #035236

Color information

#035236 (or 0x035236) is unknown color: approx British Racing Green. HEX triplet: 03, 52 and 36. RGB value is (3,82,54). Sum of RGB (Red+Green+Blue) = 3+82+54=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 82 (32.42% from 255 or 58.99% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 82 - color contains mainly: green. Hex color #035236 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035236 is #FCADC9. Grayscale: #373737. Windows color (decimal): -16559562 or 3559939. OLE color: 3559939.

HSL color Cylindrical-coordinate representation of color #035236: hue angle of 158.73º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035236 is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB38254-
CMYK0.9600.340.68
HSL158.73º92.94%16.67%-
HSV(B)158.73º96.34%32.16%-
XYZ3.726.324.51-
YUV55.19127.3390.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.16%
GREEN value IS 82 (32.42% from 255) = 58.99%
BLUE value IS 54 (21.48% from 255) = 38.85%
R=2.16%
G=58.99%
B=38.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal382540.9600.340.68158.7392.9416.67
Hex3523660022449f5d11
Octal31226614004210423713521
Binary11101001011011011000000100010100010010011111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035236; }

 p { color: rgb(3,82,54); }

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

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

 a { background-color: rgb(3,82,54); }

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

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

 span { border-color: rgb(3,82,54); }

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