Html Css Color HEX #035433 British Racing Green

📋 copy color: '#035433'

red 3 ◦ green 84 ◦ blue 51

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

Shades of British Racing Green #035433

Tints of British Racing Green #035433

RGB

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

 GREEN value IS 84 (33.2% from 255) = 60.87%

 BLUE value IS 51 (20.31% from 255) = 36.96%

R = 2.17%
G = 60.87%
B = 36.96%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#035433 (or 0x035433) is known color: British Racing Green. HEX triplet: 03, 54 and 33. RGB value is (3,84,51). Sum of RGB (Red+Green+Blue) = 3+84+51=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 84 (33.20% from 255 or 60.87% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 84 - color contains mainly: green. Hex color #035433 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035433 is #FCABCC. Grayscale: #383838. Windows color (decimal): -16559053 or 3363843. OLE color: 3363843.

HSL color Cylindrical-coordinate representation of color #035433: hue angle of 155.56º 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 #035433 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 84 51 -
CMYK 0.96 0 0.39 0.67
HSL 155.56º 0.93% 0.17% -
HSV(B) 155.56º 0.96% 0.33% -
XYZ 3.81 6.6 4.21 -
YUV 56.02 125.16 90.18 -
System Red Green Blue C M Y K H S L
Decimal 3 84 51 0.96 0 0.39 0.67 155.56 0.93 0.17
Hex 3 54 33 60 0 27 43 9C 5D 11
Octal 3 124 63 140 0 47 103 234 135 21
Binary 11 1010100 110011 1100000 0 100111 1000011 10011100 1011101 10001

Color Harmonies of #035433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035433

Black with #035433

Text Example


Text Example

White with #035433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035433; }

 p { color: rgb(3,84,51); }

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

background-color css

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

 a { background-color: rgb(3,84,51); }

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

border-color css

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

 span { border-color: rgb(3,84,51); }

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