Html Css Color HEX #064825 British Racing Green

📋 copy color: '#064825'

red 6 ◦ green 72 ◦ blue 37

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

Shades of British Racing Green #064825

Tints of British Racing Green #064825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 32.17%

R = 5.22%
G = 62.61%
B = 32.17%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#064825 (or 0x064825) is known color: British Racing Green. HEX triplet: 06, 48 and 25. RGB value is (6,72,37). Sum of RGB (Red+Green+Blue) = 6+72+37=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 72 (28.52% from 255 or 62.61% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 72 - color contains mainly: green. Hex color #064825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064825 is #F9B7DA. Grayscale: #303030. Windows color (decimal): -16365531 or 2443270. OLE color: 2443270.

HSL color Cylindrical-coordinate representation of color #064825: hue angle of 148.18º 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 #064825 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 72 37 -
CMYK 0.92 0 0.49 0.72
HSL 148.18º 0.85% 0.15% -
HSV(B) 148.18º 0.92% 0.28% -
XYZ 2.73 4.81 2.53 -
YUV 48.28 121.63 97.85 -
System Red Green Blue C M Y K H S L
Decimal 6 72 37 0.92 0 0.49 0.72 148.18 0.85 0.15
Hex 6 48 25 5C 0 31 48 94 55 F
Octal 6 110 45 134 0 61 110 224 125 17
Binary 110 1001000 100101 1011100 0 110001 1001000 10010100 1010101 1111

Color Harmonies of #064825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064825

Black with #064825

Text Example


Text Example

White with #064825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064825; }

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

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

background-color css

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

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

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

border-color css

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

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

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