Html Css Color HEX #04381A British Racing Green

📋 copy color: '#04381A'

red 4 ◦ green 56 ◦ blue 26

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

Shades of British Racing Green #04381A

Tints of British Racing Green #04381A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 30.23%

R = 4.65%
G = 65.12%
B = 30.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.78

RGB Variations

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

Color information

#04381A (or 0x04381A) is known color: British Racing Green. HEX triplet: 04, 38 and 1A. RGB value is (4,56,26). Sum of RGB (Red+Green+Blue) = 4+56+26=86 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.65% from 86); Green value is 56 (22.27% from 255 or 65.12% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 56 - color contains mainly: green. Hex color #04381A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04381A is #FBC7E5. Grayscale: #252525. Windows color (decimal): -16500710 or 1718276. OLE color: 1718276.

HSL color Cylindrical-coordinate representation of color #04381A: hue angle of 145.38º 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 #04381A is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB 4 56 26 -
CMYK 0.93 0 0.54 0.78
HSL 145.38º 0.87% 0.12% -
HSV(B) 145.38º 0.93% 0.22% -
XYZ 1.65 2.93 1.46 -
YUV 37.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 4 56 26 0.93 0 0.54 0.78 145.38 0.87 0.12
Hex 4 38 1A 5D 0 36 4E 91 57 C
Octal 4 70 32 135 0 66 116 221 127 14
Binary 100 111000 11010 1011101 0 110110 1001110 10010001 1010111 1100

Color Harmonies of #04381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04381A

Black with #04381A

Text Example


Text Example

White with #04381A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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