Html Css Color HEX #065225 British Racing Green

📋 copy color: '#065225'

red 6 ◦ green 82 ◦ blue 37

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

Shades of British Racing Green #065225

Tints of British Racing Green #065225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 29.6%

R = 4.8%
G = 65.6%
B = 29.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#065225 (or 0x065225) is known color: British Racing Green. HEX triplet: 06, 52 and 25. RGB value is (6,82,37). Sum of RGB (Red+Green+Blue) = 6+82+37=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 82 (32.42% from 255 or 65.6% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 82 - color contains mainly: green. Hex color #065225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065225 is #F9ADDA. Grayscale: #363636. Windows color (decimal): -16362971 or 2445830. OLE color: 2445830.

HSL color Cylindrical-coordinate representation of color #065225: hue angle of 144.47º 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 #065225 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 82 37 -
CMYK 0.93 0 0.55 0.68
HSL 144.47º 0.86% 0.17% -
HSV(B) 144.47º 0.93% 0.32% -
XYZ 3.43 6.21 2.77 -
YUV 54.15 118.32 93.66 -
System Red Green Blue C M Y K H S L
Decimal 6 82 37 0.93 0 0.55 0.68 144.47 0.86 0.17
Hex 6 52 25 5D 0 37 44 90 56 11
Octal 6 122 45 135 0 67 104 220 126 21
Binary 110 1010010 100101 1011101 0 110111 1000100 10010000 1010110 10001

Color Harmonies of #065225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065225

Black with #065225

Text Example


Text Example

White with #065225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065225; }

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

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

background-color css

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

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

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

border-color css

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

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

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