Html Css Color HEX #035334 British Racing Green

📋 copy color: '#035334'

red 3 ◦ green 83 ◦ blue 52

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

Shades of British Racing Green #035334

Tints of British Racing Green #035334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 60.14%

 BLUE value IS 52 (20.7% from 255) = 37.68%

R = 2.17%
G = 60.14%
B = 37.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#035334 (or 0x035334) is known color: British Racing Green. HEX triplet: 03, 53 and 34. RGB value is (3,83,52). Sum of RGB (Red+Green+Blue) = 3+83+52=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #035334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035334 is #FCACCB. Grayscale: #373737. Windows color (decimal): -16559308 or 3429123. OLE color: 3429123.

HSL color Cylindrical-coordinate representation of color #035334: hue angle of 156.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035334 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 83 52 -
CMYK 0.96 0 0.37 0.67
HSL 156.75º 0.93% 0.17% -
HSV(B) 156.75º 0.96% 0.33% -
XYZ 3.75 6.45 4.3 -
YUV 55.55 126 90.52 -
System Red Green Blue C M Y K H S L
Decimal 3 83 52 0.96 0 0.37 0.67 156.75 0.93 0.17
Hex 3 53 34 60 0 25 43 9D 5D 11
Octal 3 123 64 140 0 45 103 235 135 21
Binary 11 1010011 110100 1100000 0 100101 1000011 10011101 1011101 10001

Color Harmonies of #035334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035334

Black with #035334

Text Example


Text Example

White with #035334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035334; }

 p { color: rgb(3,83,52); }

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

background-color css

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

 a { background-color: rgb(3,83,52); }

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

border-color css

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

 span { border-color: rgb(3,83,52); }

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