Html Css Color HEX #064826 British Racing Green

📋 copy color: '#064826'

red 6 ◦ green 72 ◦ blue 38

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

Shades of British Racing Green #064826

Tints of British Racing Green #064826

RGB

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

 GREEN value IS 72 (28.52% from 255) = 62.07%

 BLUE value IS 38 (15.23% from 255) = 32.76%

R = 5.17%
G = 62.07%
B = 32.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#064826 (or 0x064826) is known color: British Racing Green. HEX triplet: 06, 48 and 26. RGB value is (6,72,38). Sum of RGB (Red+Green+Blue) = 6+72+38=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 72 (28.52% from 255 or 62.07% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 72 - color contains mainly: green. Hex color #064826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064826 is #F9B7D9. Grayscale: #303030. Windows color (decimal): -16365530 or 2508806. OLE color: 2508806.

HSL color Cylindrical-coordinate representation of color #064826: hue angle of 149.09º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064826 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 72 38 -
CMYK 0.92 0 0.47 0.72
HSL 149.09º 0.85% 0.15% -
HSV(B) 149.09º 0.92% 0.28% -
XYZ 2.74 4.81 2.62 -
YUV 48.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 6 72 38 0.92 0 0.47 0.72 149.09 0.85 0.15
Hex 6 48 26 5C 0 2F 48 95 55 F
Octal 6 110 46 134 0 57 110 225 125 17
Binary 110 1001000 100110 1011100 0 101111 1001000 10010101 1010101 1111

Color Harmonies of #064826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064826

Black with #064826

Text Example


Text Example

White with #064826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064826; }

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

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

background-color css

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

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

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

border-color css

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

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

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