Html Css Color HEX #065035 British Racing Green

📋 copy color: '#065035'

red 6 ◦ green 80 ◦ blue 53

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

Shades of British Racing Green #065035

Tints of British Racing Green #065035

RGB

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

 GREEN value IS 80 (31.64% from 255) = 57.55%

 BLUE value IS 53 (21.09% from 255) = 38.13%

R = 4.32%
G = 57.55%
B = 38.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#065035 (or 0x065035) is known color: British Racing Green. HEX triplet: 06, 50 and 35. RGB value is (6,80,53). Sum of RGB (Red+Green+Blue) = 6+80+53=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #065035 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065035 is #F9AFCA. Grayscale: #363636. Windows color (decimal): -16363467 or 3493894. OLE color: 3493894.

HSL color Cylindrical-coordinate representation of color #065035: hue angle of 158.11º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065035 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 80 53 -
CMYK 0.92 0 0.34 0.69
HSL 158.11º 0.86% 0.17% -
HSV(B) 158.11º 0.93% 0.31% -
XYZ 3.59 6.03 4.34 -
YUV 54.8 126.98 93.2 -
System Red Green Blue C M Y K H S L
Decimal 6 80 53 0.92 0 0.34 0.69 158.11 0.86 0.17
Hex 6 50 35 5C 0 22 45 9E 56 11
Octal 6 120 65 134 0 42 105 236 126 21
Binary 110 1010000 110101 1011100 0 100010 1000101 10011110 1010110 10001

Color Harmonies of #065035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065035

Black with #065035

Text Example


Text Example

White with #065035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065035; }

 p { color: rgb(6,80,53); }

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

background-color css

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

 a { background-color: rgb(6,80,53); }

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

border-color css

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

 span { border-color: rgb(6,80,53); }

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