Html Css Color HEX #063F24 British Racing Green

📋 copy color: '#063F24'

red 6 ◦ green 63 ◦ blue 36

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

Shades of British Racing Green #063F24

Tints of British Racing Green #063F24

RGB

 RED value IS 6 (2.73% from 255) = 5.71%

 GREEN value IS 63 (25% from 255) = 60%

 BLUE value IS 36 (14.45% from 255) = 34.29%

R = 5.71%
G = 60%
B = 34.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#063F24 (or 0x063F24) is known color: British Racing Green. HEX triplet: 06, 3F and 24. RGB value is (6,63,36). Sum of RGB (Red+Green+Blue) = 6+63+36=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 63 (25% from 255 or 60% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 63 - color contains mainly: green. Hex color #063F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063F24 is #F9C0DB. Grayscale: #2A2A2A. Windows color (decimal): -16367836 or 2375430. OLE color: 2375430.

HSL color Cylindrical-coordinate representation of color #063F24: hue angle of 151.58º 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 #063F24 is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 63 36 -
CMYK 0.90 0 0.43 0.75
HSL 151.58º 0.83% 0.14% -
HSV(B) 151.58º 0.9% 0.25% -
XYZ 2.17 3.72 2.27 -
YUV 42.88 124.12 101.7 -
System Red Green Blue C M Y K H S L
Decimal 6 63 36 0.90 0 0.43 0.75 151.58 0.83 0.14
Hex 6 3F 24 5A 0 2B 4B 98 53 E
Octal 6 77 44 132 0 53 113 230 123 16
Binary 110 111111 100100 1011010 0 101011 1001011 10011000 1010011 1110

Color Harmonies of #063F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063F24

Black with #063F24

Text Example


Text Example

White with #063F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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