Html Css Color HEX #064333 British Racing Green

📋 copy color: '#064333'

red 6 ◦ green 67 ◦ blue 51

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

Shades of British Racing Green #064333

Tints of British Racing Green #064333

RGB

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

 GREEN value IS 67 (26.56% from 255) = 54.03%

 BLUE value IS 51 (20.31% from 255) = 41.13%

R = 4.84%
G = 54.03%
B = 41.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#064333 (or 0x064333) is known color: British Racing Green. HEX triplet: 06, 43 and 33. RGB value is (6,67,51). Sum of RGB (Red+Green+Blue) = 6+67+51=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #064333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064333 is #F9BCCC. Grayscale: #2E2E2E. Windows color (decimal): -16366797 or 3359494. OLE color: 3359494.

HSL color Cylindrical-coordinate representation of color #064333: hue angle of 164.26º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064333 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 67 51 -
CMYK 0.91 0 0.24 0.74
HSL 164.26º 0.84% 0.14% -
HSV(B) 164.26º 0.91% 0.26% -
XYZ 2.68 4.29 3.82 -
YUV 46.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 6 67 51 0.91 0 0.24 0.74 164.26 0.84 0.14
Hex 6 43 33 5B 0 18 4A A4 54 E
Octal 6 103 63 133 0 30 112 244 124 16
Binary 110 1000011 110011 1011011 0 11000 1001010 10100100 1010100 1110

Color Harmonies of #064333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064333

Black with #064333

Text Example


Text Example

White with #064333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064333; }

 p { color: rgb(6,67,51); }

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

background-color css

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

 a { background-color: rgb(6,67,51); }

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

border-color css

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

 span { border-color: rgb(6,67,51); }

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