Html Css Color HEX #05432E British Racing Green

📋 copy color: '#05432E'

red 5 ◦ green 67 ◦ blue 46

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

Shades of British Racing Green #05432E

Tints of British Racing Green #05432E

RGB

 RED value IS 5 (2.34% from 255) = 4.24%

 GREEN value IS 67 (26.56% from 255) = 56.78%

 BLUE value IS 46 (18.36% from 255) = 38.98%

R = 4.24%
G = 56.78%
B = 38.98%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0.74

RGB Variations

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

Color information

#05432E (or 0x05432E) is known color: British Racing Green. HEX triplet: 05, 43 and 2E. RGB value is (5,67,46). Sum of RGB (Red+Green+Blue) = 5+67+46=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 67 (26.56% from 255 or 56.78% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 67 - color contains mainly: green. Hex color #05432E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05432E is #FABCD1. Grayscale: #2E2E2E. Windows color (decimal): -16432338 or 3031813. OLE color: 3031813.

HSL color Cylindrical-coordinate representation of color #05432E: hue angle of 159.68º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05432E is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 67 46 -
CMYK 0.93 0 0.31 0.74
HSL 159.68º 0.86% 0.14% -
HSV(B) 159.68º 0.93% 0.26% -
XYZ 2.56 4.24 3.27 -
YUV 46.07 127.96 98.71 -
System Red Green Blue C M Y K H S L
Decimal 5 67 46 0.93 0 0.31 0.74 159.68 0.86 0.14
Hex 5 43 2E 5D 0 1F 4A A0 56 E
Octal 5 103 56 135 0 37 112 240 126 16
Binary 101 1000011 101110 1011101 0 11111 1001010 10100000 1010110 1110

Color Harmonies of #05432E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05432E

Black with #05432E

Text Example


Text Example

White with #05432E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05432E; }

 p { color: rgb(5,67,46); }

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

background-color css

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

 a { background-color: rgb(5,67,46); }

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

border-color css

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

 span { border-color: rgb(5,67,46); }

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