Html Css Color HEX #064130 British Racing Green

📋 copy color: '#064130'

red 6 ◦ green 65 ◦ blue 48

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

Shades of British Racing Green #064130

Tints of British Racing Green #064130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 54.62%

 BLUE value IS 48 (19.14% from 255) = 40.34%

R = 5.04%
G = 54.62%
B = 40.34%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#064130 (or 0x064130) is known color: British Racing Green. HEX triplet: 06, 41 and 30. RGB value is (6,65,48). Sum of RGB (Red+Green+Blue) = 6+65+48=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #064130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064130 is #F9BECF. Grayscale: #2D2D2D. Windows color (decimal): -16367312 or 3162374. OLE color: 3162374.

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

Color convert

RGB 6 65 48 -
CMYK 0.91 0 0.26 0.75
HSL 162.71º 0.83% 0.14% -
HSV(B) 162.71º 0.91% 0.25% -
XYZ 2.5 4.03 3.44 -
YUV 45.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 6 65 48 0.91 0 0.26 0.75 162.71 0.83 0.14
Hex 6 41 30 5B 0 1A 4B A3 53 E
Octal 6 101 60 133 0 32 113 243 123 16
Binary 110 1000001 110000 1011011 0 11010 1001011 10100011 1010011 1110

Color Harmonies of #064130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064130

Black with #064130

Text Example


Text Example

White with #064130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064130; }

 p { color: rgb(6,65,48); }

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

background-color css

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

 a { background-color: rgb(6,65,48); }

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

border-color css

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

 span { border-color: rgb(6,65,48); }

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