Html Css Color HEX #064121 British Racing Green

📋 copy color: '#064121'

red 6 ◦ green 65 ◦ blue 33

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

Shades of British Racing Green #064121

Tints of British Racing Green #064121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 31.73%

R = 5.77%
G = 62.5%
B = 31.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#064121 (or 0x064121) is known color: British Racing Green. HEX triplet: 06, 41 and 21. RGB value is (6,65,33). Sum of RGB (Red+Green+Blue) = 6+65+33=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 65 (25.78% from 255 or 62.5% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 65 - color contains mainly: green. Hex color #064121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064121 is #F9BEDE. Grayscale: #2B2B2B. Windows color (decimal): -16367327 or 2179334. OLE color: 2179334.

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

Color convert

RGB 6 65 33 -
CMYK 0.91 0 0.49 0.75
HSL 147.46º 0.83% 0.14% -
HSV(B) 147.46º 0.91% 0.25% -
XYZ 2.24 3.93 2.08 -
YUV 43.71 121.95 101.1 -
System Red Green Blue C M Y K H S L
Decimal 6 65 33 0.91 0 0.49 0.75 147.46 0.83 0.14
Hex 6 41 21 5B 0 31 4B 93 53 E
Octal 6 101 41 133 0 61 113 223 123 16
Binary 110 1000001 100001 1011011 0 110001 1001011 10010011 1010011 1110

Color Harmonies of #064121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064121

Black with #064121

Text Example


Text Example

White with #064121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064121; }

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

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

background-color css

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

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

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

border-color css

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

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

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