Html Css Color HEX #015336 British Racing Green

📋 copy color: '#015336'

red 1 ◦ green 83 ◦ blue 54

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

Shades of British Racing Green #015336

Tints of British Racing Green #015336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 39.13%

R = 0.72%
G = 60.14%
B = 39.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#015336 (or 0x015336) is known color: British Racing Green. HEX triplet: 01, 53 and 36. RGB value is (1,83,54). Sum of RGB (Red+Green+Blue) = 1+83+54=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #015336 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015336 is #FEACC9. Grayscale: #373737. Windows color (decimal): -16690378 or 3560193. OLE color: 3560193.

HSL color Cylindrical-coordinate representation of color #015336: hue angle of 158.78º 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 #015336 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 83 54 -
CMYK 0.99 0 0.35 0.67
HSL 158.78º 0.98% 0.16% -
HSV(B) 158.78º 0.99% 0.33% -
XYZ 3.77 6.46 4.54 -
YUV 55.18 127.33 89.36 -
System Red Green Blue C M Y K H S L
Decimal 1 83 54 0.99 0 0.35 0.67 158.78 0.98 0.16
Hex 1 53 36 63 0 23 43 9F 62 10
Octal 1 123 66 143 0 43 103 237 142 20
Binary 1 1010011 110110 1100011 0 100011 1000011 10011111 1100010 10000

Color Harmonies of #015336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015336

Black with #015336

Text Example


Text Example

White with #015336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015336; }

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

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

background-color css

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

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

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

border-color css

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

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

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