#04381B

Color #04381B British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #04381B

Tints of British Racing Green #04381B

Color information

#04381B (or 0x04381B) is unknown color: approx British Racing Green. HEX triplet: 04, 38 and 1B. RGB value is (4,56,27). Sum of RGB (Red+Green+Blue) = 4+56+27=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 56 (22.27% from 255 or 64.37% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 56 - color contains mainly: green. Hex color #04381B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04381B is #FBC7E4. Grayscale: #252525. Windows color (decimal): -16500709 or 1783812. OLE color: 1783812.

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

Color convert

RGB45627-
CMYK0.9300.520.78
HSL146.54º86.67%11.76%-
HSV(B)146.54º92.86%21.96%-
XYZ1.662.931.52-
YUV37.15122.27104.36-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.60%
GREEN value IS 56 (22.27% from 255) = 64.37%
BLUE value IS 27 (10.94% from 255) = 31.03%
R=4.60%
G=64.37%
B=31.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal456270.9300.520.78146.5486.6711.76
Hex4381B5D0344E9357c
Octal4703313506411622312714
Binary100111000110111011101011010010011101001001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04381B;
 }
 .AnyTagClassName
 {
   color: #04381B;
 }
</style>
background-color css

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

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

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

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

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

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