Html Css Color HEX #035530 British Racing Green

📋 copy color: '#035530'

red 3 ◦ green 85 ◦ blue 48

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

Shades of British Racing Green #035530

Tints of British Racing Green #035530

RGB

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

 GREEN value IS 85 (33.59% from 255) = 62.5%

 BLUE value IS 48 (19.14% from 255) = 35.29%

R = 2.21%
G = 62.5%
B = 35.29%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#035530 (or 0x035530) is known color: British Racing Green. HEX triplet: 03, 55 and 30. RGB value is (3,85,48). Sum of RGB (Red+Green+Blue) = 3+85+48=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #035530 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035530 is #FCAACF. Grayscale: #383838. Windows color (decimal): -16558800 or 3167491. OLE color: 3167491.

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

Color convert

RGB 3 85 48 -
CMYK 0.96 0 0.44 0.67
HSL 152.93º 0.93% 0.17% -
HSV(B) 152.93º 0.96% 0.33% -
XYZ 3.82 6.73 3.89 -
YUV 56.26 123.33 90.01 -
System Red Green Blue C M Y K H S L
Decimal 3 85 48 0.96 0 0.44 0.67 152.93 0.93 0.17
Hex 3 55 30 60 0 2C 43 99 5D 11
Octal 3 125 60 140 0 54 103 231 135 21
Binary 11 1010101 110000 1100000 0 101100 1000011 10011001 1011101 10001

Color Harmonies of #035530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035530

Black with #035530

Text Example


Text Example

White with #035530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035530; }

 p { color: rgb(3,85,48); }

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

background-color css

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

 a { background-color: rgb(3,85,48); }

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

border-color css

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

 span { border-color: rgb(3,85,48); }

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