Html Css Color HEX #005438 British Racing Green

📋 copy color: '#005438'

red 0 ◦ green 84 ◦ blue 56

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

Shades of British Racing Green #005438

Tints of British Racing Green #005438

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 84 (33.2% from 255) = 60%

 BLUE value IS 56 (22.27% from 255) = 40%

R = 0%
G = 60%
B = 40%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#005438 (or 0x005438) is known color: British Racing Green. HEX triplet: 00, 54 and 38. RGB value is (0,84,56). Sum of RGB (Red+Green+Blue) = 0+84+56=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 84 (33.20% from 255 or 60% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 84 - color contains mainly: green. Hex color #005438 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005438 is #FFABC7. Grayscale: #373737. Windows color (decimal): -16755656 or 3691520. OLE color: 3691520.

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

Color convert

RGB 0 84 56 -
CMYK 1 0 0.33 0.67
HSL 160º 1% 0.16% -
HSV(B) 160º 1% 0.33% -
XYZ 3.88 6.63 4.82 -
YUV 55.69 128.17 88.28 -
System Red Green Blue C M Y K H S L
Decimal 0 84 56 1 0 0.33 0.67 160 1 0.16
Hex 0 54 38 64 0 21 43 A0 64 10
Octal 0 124 70 144 0 41 103 240 144 20
Binary 0 1010100 111000 1100100 0 100001 1000011 10100000 1100100 10000

Color Harmonies of #005438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005438

Black with #005438

Text Example


Text Example

White with #005438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005438; }

 p { color: rgb(0,84,56); }

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

background-color css

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

 a { background-color: rgb(0,84,56); }

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

border-color css

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

 span { border-color: rgb(0,84,56); }

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