Html Css Color HEX #064124 British Racing Green

📋 copy color: '#064124'

red 6 ◦ green 65 ◦ blue 36

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

Shades of British Racing Green #064124

Tints of British Racing Green #064124

RGB

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

 GREEN value IS 65 (25.78% from 255) = 60.75%

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

R = 5.61%
G = 60.75%
B = 33.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#064124 (or 0x064124) is known color: British Racing Green. HEX triplet: 06, 41 and 24. RGB value is (6,65,36). Sum of RGB (Red+Green+Blue) = 6+65+36=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 65 (25.78% from 255 or 60.75% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 65 - color contains mainly: green. Hex color #064124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064124 is #F9BEDB. Grayscale: #2C2C2C. Windows color (decimal): -16367324 or 2375942. OLE color: 2375942.

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

Color convert

RGB 6 65 36 -
CMYK 0.91 0 0.45 0.75
HSL 150.51º 0.83% 0.14% -
HSV(B) 150.51º 0.91% 0.25% -
XYZ 2.28 3.95 2.31 -
YUV 44.05 123.45 100.86 -
System Red Green Blue C M Y K H S L
Decimal 6 65 36 0.91 0 0.45 0.75 150.51 0.83 0.14
Hex 6 41 24 5B 0 2D 4B 97 53 E
Octal 6 101 44 133 0 55 113 227 123 16
Binary 110 1000001 100100 1011011 0 101101 1001011 10010111 1010011 1110

Color Harmonies of #064124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064124

Black with #064124

Text Example


Text Example

White with #064124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064124; }

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

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

background-color css

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

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

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

border-color css

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

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

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