Html Css Color HEX #033816 British Racing Green

📋 copy color: '#033816'

red 3 ◦ green 56 ◦ blue 22

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

Shades of British Racing Green #033816

Tints of British Racing Green #033816

RGB

 RED value IS 3 (1.56% from 255) = 3.7%

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

 BLUE value IS 22 (8.98% from 255) = 27.16%

R = 3.7%
G = 69.14%
B = 27.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#033816 (or 0x033816) is known color: British Racing Green. HEX triplet: 03, 38 and 16. RGB value is (3,56,22). Sum of RGB (Red+Green+Blue) = 3+56+22=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 56 (22.27% from 255 or 69.14% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 56 - color contains mainly: green. Hex color #033816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033816 is #FCC7E9. Grayscale: #242424. Windows color (decimal): -16566250 or 1456131. OLE color: 1456131.

HSL color Cylindrical-coordinate representation of color #033816: hue angle of 141.51º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033816 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 56 22 -
CMYK 0.95 0 0.61 0.78
HSL 141.51º 0.9% 0.12% -
HSV(B) 141.51º 0.95% 0.22% -
XYZ 1.6 2.91 1.24 -
YUV 36.28 119.94 104.26 -
System Red Green Blue C M Y K H S L
Decimal 3 56 22 0.95 0 0.61 0.78 141.51 0.9 0.12
Hex 3 38 16 5F 0 3D 4E 8E 5A C
Octal 3 70 26 137 0 75 116 216 132 14
Binary 11 111000 10110 1011111 0 111101 1001110 10001110 1011010 1100

Color Harmonies of #033816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033816

Black with #033816

Text Example


Text Example

White with #033816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033816; }

 p { color: rgb(3,56,22); }

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

background-color css

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

 a { background-color: rgb(3,56,22); }

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

border-color css

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

 span { border-color: rgb(3,56,22); }

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