Html Css Color HEX #355301 Verdun Green

📋 copy color: '#355301'

red 53 ◦ green 83 ◦ blue 1

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

Shades of Verdun Green #355301

Tints of Verdun Green #355301

RGB

 RED value IS 53 (21.09% from 255) = 38.69%

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

 BLUE value IS 1 (0.78% from 255) = 0.73%

R = 38.69%
G = 60.58%
B = 0.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#355301 (or 0x355301) is known color: Verdun Green. HEX triplet: 35, 53 and 01. RGB value is (53,83,1). Sum of RGB (Red+Green+Blue) = 53+83+1=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #355301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355301 is #CAACFE. Grayscale: #404040. Windows color (decimal): -13282559 or 86837. OLE color: 86837.

HSL color Cylindrical-coordinate representation of color #355301: hue angle of 81.95º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #355301 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 83 1 -
CMYK 0.36 0 0.99 0.67
HSL 81.95º 0.98% 0.16% -
HSV(B) 81.95º 0.99% 0.33% -
XYZ 4.57 6.95 1.13 -
YUV 64.68 92.06 119.67 -
System Red Green Blue C M Y K H S L
Decimal 53 83 1 0.36 0 0.99 0.67 81.95 0.98 0.16
Hex 35 53 1 24 0 63 43 52 62 10
Octal 65 123 1 44 0 143 103 122 142 20
Binary 110101 1010011 1 100100 0 1100011 1000011 1010010 1100010 10000

Color Harmonies of #355301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355301

Black with #355301

Text Example


Text Example

White with #355301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355301; }

 p { color: rgb(53,83,1); }

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

background-color css

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

 a { background-color: rgb(53,83,1); }

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

border-color css

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

 span { border-color: rgb(53,83,1); }

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