Html Css Color HEX #065231 British Racing Green

📋 copy color: '#065231'

red 6 ◦ green 82 ◦ blue 49

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

Shades of British Racing Green #065231

Tints of British Racing Green #065231

RGB

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

 GREEN value IS 82 (32.42% from 255) = 59.85%

 BLUE value IS 49 (19.53% from 255) = 35.77%

R = 4.38%
G = 59.85%
B = 35.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#065231 (or 0x065231) is known color: British Racing Green. HEX triplet: 06, 52 and 31. RGB value is (6,82,49). Sum of RGB (Red+Green+Blue) = 6+82+49=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 82 (32.42% from 255 or 59.85% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 82 - color contains mainly: green. Hex color #065231 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065231 is #F9ADCE. Grayscale: #373737. Windows color (decimal): -16362959 or 3232262. OLE color: 3232262.

HSL color Cylindrical-coordinate representation of color #065231: hue angle of 153.95º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065231 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 82 49 -
CMYK 0.93 0 0.40 0.68
HSL 153.95º 0.86% 0.17% -
HSV(B) 153.95º 0.93% 0.32% -
XYZ 3.65 6.3 3.93 -
YUV 55.51 124.32 92.68 -
System Red Green Blue C M Y K H S L
Decimal 6 82 49 0.93 0 0.40 0.68 153.95 0.86 0.17
Hex 6 52 31 5D 0 28 44 9A 56 11
Octal 6 122 61 135 0 50 104 232 126 21
Binary 110 1010010 110001 1011101 0 101000 1000100 10011010 1010110 10001

Color Harmonies of #065231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065231

Black with #065231

Text Example


Text Example

White with #065231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065231; }

 p { color: rgb(6,82,49); }

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

background-color css

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

 a { background-color: rgb(6,82,49); }

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

border-color css

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

 span { border-color: rgb(6,82,49); }

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