Html Css Color HEX #04381C British Racing Green

📋 copy color: '#04381C'

red 4 ◦ green 56 ◦ blue 28

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

Shades of British Racing Green #04381C

Tints of British Racing Green #04381C

RGB

 RED value IS 4 (1.95% from 255) = 4.55%

 GREEN value IS 56 (22.27% from 255) = 63.64%

 BLUE value IS 28 (11.33% from 255) = 31.82%

R = 4.55%
G = 63.64%
B = 31.82%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#04381C (or 0x04381C) is known color: British Racing Green. HEX triplet: 04, 38 and 1C. RGB value is (4,56,28). Sum of RGB (Red+Green+Blue) = 4+56+28=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 56 (22.27% from 255 or 63.64% from 88); Blue value is 28 (11.33% from 255 or 31.82% from 88); Max value from RGB is 56 - color contains mainly: green. Hex color #04381C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04381C is #FBC7E3. Grayscale: #252525. Windows color (decimal): -16500708 or 1849348. OLE color: 1849348.

HSL color Cylindrical-coordinate representation of color #04381C: hue angle of 147.69º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04381C is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB 4 56 28 -
CMYK 0.93 0 0.50 0.78
HSL 147.69º 0.87% 0.12% -
HSV(B) 147.69º 0.93% 0.22% -
XYZ 1.67 2.94 1.58 -
YUV 37.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 4 56 28 0.93 0 0.50 0.78 147.69 0.87 0.12
Hex 4 38 1C 5D 0 32 4E 94 57 C
Octal 4 70 34 135 0 62 116 224 127 14
Binary 100 111000 11100 1011101 0 110010 1001110 10010100 1010111 1100

Color Harmonies of #04381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04381C

Black with #04381C

Text Example


Text Example

White with #04381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04381C; }

 p { color: rgb(4,56,28); }

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

background-color css

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

 a { background-color: rgb(4,56,28); }

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

border-color css

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

 span { border-color: rgb(4,56,28); }

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