Html Css Color HEX #015334 British Racing Green

📋 copy color: '#015334'

red 1 ◦ green 83 ◦ blue 52

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

Shades of British Racing Green #015334

Tints of British Racing Green #015334

RGB

 RED value IS 1 (0.78% from 255) = 0.74%

 GREEN value IS 83 (32.81% from 255) = 61.03%

 BLUE value IS 52 (20.7% from 255) = 38.24%

R = 0.74%
G = 61.03%
B = 38.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#015334 (or 0x015334) is known color: British Racing Green. HEX triplet: 01, 53 and 34. RGB value is (1,83,52). Sum of RGB (Red+Green+Blue) = 1+83+52=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #015334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015334 is #FEACCB. Grayscale: #363636. Windows color (decimal): -16690380 or 3429121. OLE color: 3429121.

HSL color Cylindrical-coordinate representation of color #015334: hue angle of 157.32º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015334 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 83 52 -
CMYK 0.99 0 0.37 0.67
HSL 157.32º 0.98% 0.16% -
HSV(B) 157.32º 0.99% 0.33% -
XYZ 3.73 6.44 4.3 -
YUV 54.95 126.33 89.52 -
System Red Green Blue C M Y K H S L
Decimal 1 83 52 0.99 0 0.37 0.67 157.32 0.98 0.16
Hex 1 53 34 63 0 25 43 9D 62 10
Octal 1 123 64 143 0 45 103 235 142 20
Binary 1 1010011 110100 1100011 0 100101 1000011 10011101 1100010 10000

Color Harmonies of #015334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015334

Black with #015334

Text Example


Text Example

White with #015334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015334; }

 p { color: rgb(1,83,52); }

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

background-color css

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

 a { background-color: rgb(1,83,52); }

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

border-color css

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

 span { border-color: rgb(1,83,52); }

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