#063f26

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

Shades of British Racing Green #063F26

Tints of British Racing Green #063F26

Color information

#063F26 (or 0x063F26) is unknown color: approx British Racing Green. HEX triplet: 06, 3F and 26. RGB value is (6,63,38). Sum of RGB (Red+Green+Blue) = 6+63+38=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 63 (25% from 255 or 58.88% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 63 - color contains mainly: green. Hex color #063F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063F26 is #F9C0D9. Grayscale: #2B2B2B. Windows color (decimal): -16367834 or 2506502. OLE color: 2506502.

HSL color Cylindrical-coordinate representation of color #063F26: hue angle of 153.68º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063F26 is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB66338-
CMYK0.9000.400.75
HSL153.68º82.61%13.53%-
HSV(B)153.68º90.48%24.71%-
XYZ2.23.732.44-
YUV43.11125.12101.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.61%
GREEN value IS 63 (25% from 255) = 58.88%
BLUE value IS 38 (15.23% from 255) = 35.51%
R=5.61%
G=58.88%
B=35.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal663380.9000.400.75153.6882.6113.53
Hex63F265A0284B9a53e
Octal6774613205011323212316
Binary1101111111001101011010010100010010111001101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063f26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063f26; }

 p { color: rgb(6,63,38); }

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

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

 a { background-color: rgb(6,63,38); }

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

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

 span { border-color: rgb(6,63,38); }

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