Html Css Color HEX #06432F British Racing Green

📋 copy color: '#06432F'

red 6 ◦ green 67 ◦ blue 47

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

Shades of British Racing Green #06432F

Tints of British Racing Green #06432F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 39.17%

R = 5%
G = 55.83%
B = 39.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#06432F (or 0x06432F) is known color: British Racing Green. HEX triplet: 06, 43 and 2F. RGB value is (6,67,47). Sum of RGB (Red+Green+Blue) = 6+67+47=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 67 (26.56% from 255 or 55.83% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 67 - color contains mainly: green. Hex color #06432F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06432F is #F9BCD0. Grayscale: #2E2E2E. Windows color (decimal): -16366801 or 3097350. OLE color: 3097350.

HSL color Cylindrical-coordinate representation of color #06432F: hue angle of 160.33º 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 #06432F is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 67 47 -
CMYK 0.91 0 0.30 0.74
HSL 160.33º 0.84% 0.14% -
HSV(B) 160.33º 0.91% 0.26% -
XYZ 2.6 4.26 3.37 -
YUV 46.48 128.29 99.13 -
System Red Green Blue C M Y K H S L
Decimal 6 67 47 0.91 0 0.30 0.74 160.33 0.84 0.14
Hex 6 43 2F 5B 0 1E 4A A0 54 E
Octal 6 103 57 133 0 36 112 240 124 16
Binary 110 1000011 101111 1011011 0 11110 1001010 10100000 1010100 1110

Color Harmonies of #06432F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06432F

Black with #06432F

Text Example


Text Example

White with #06432F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06432F; }

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

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

background-color css

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

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

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

border-color css

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

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

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