Html Css Color HEX #034524 British Racing Green

📋 copy color: '#034524'

red 3 ◦ green 69 ◦ blue 36

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

Shades of British Racing Green #034524

Tints of British Racing Green #034524

RGB

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

 GREEN value IS 69 (27.34% from 255) = 63.89%

 BLUE value IS 36 (14.45% from 255) = 33.33%

R = 2.78%
G = 63.89%
B = 33.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.48

 K value IS 0.73

RGB Variations

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

Color information

#034524 (or 0x034524) is known color: British Racing Green. HEX triplet: 03, 45 and 24. RGB value is (3,69,36). Sum of RGB (Red+Green+Blue) = 3+69+36=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 69 (27.34% from 255 or 63.89% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 69 - color contains mainly: green. Hex color #034524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034524 is #FCBADB. Grayscale: #2D2D2D. Windows color (decimal): -16562908 or 2376963. OLE color: 2376963.

HSL color Cylindrical-coordinate representation of color #034524: hue angle of 150º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034524 is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 69 36 -
CMYK 0.96 0 0.48 0.73
HSL 150º 0.92% 0.14% -
HSV(B) 150º 0.96% 0.27% -
XYZ 2.48 4.4 2.39 -
YUV 45.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 3 69 36 0.96 0 0.48 0.73 150 0.92 0.14
Hex 3 45 24 60 0 30 49 96 5C E
Octal 3 105 44 140 0 60 111 226 134 16
Binary 11 1000101 100100 1100000 0 110000 1001001 10010110 1011100 1110

Color Harmonies of #034524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034524

Black with #034524

Text Example


Text Example

White with #034524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034524; }

 p { color: rgb(3,69,36); }

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

background-color css

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

 a { background-color: rgb(3,69,36); }

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

border-color css

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

 span { border-color: rgb(3,69,36); }

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