Html Css Color HEX #355307 Verdun Green

📋 copy color: '#355307'

red 53 ◦ green 83 ◦ blue 7

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

Shades of Verdun Green #355307

Tints of Verdun Green #355307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.9%

R = 37.06%
G = 58.04%
B = 4.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#355307 (or 0x355307) is known color: Verdun Green. HEX triplet: 35, 53 and 07. RGB value is (53,83,7). Sum of RGB (Red+Green+Blue) = 53+83+7=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 83 (32.81% from 255 or 58.04% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 83 - color contains mainly: green. Hex color #355307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355307 is #CAACF8. Grayscale: #414141. Windows color (decimal): -13282553 or 480053. OLE color: 480053.

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

Color convert

RGB 53 83 7 -
CMYK 0.36 0 0.92 0.67
HSL 83.68º 0.84% 0.18% -
HSV(B) 83.68º 0.92% 0.33% -
XYZ 4.6 6.96 1.3 -
YUV 65.37 95.06 119.18 -
System Red Green Blue C M Y K H S L
Decimal 53 83 7 0.36 0 0.92 0.67 83.68 0.84 0.18
Hex 35 53 7 24 0 5C 43 54 54 12
Octal 65 123 7 44 0 134 103 124 124 22
Binary 110101 1010011 111 100100 0 1011100 1000011 1010100 1010100 10010

Color Harmonies of #355307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355307

Black with #355307

Text Example


Text Example

White with #355307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355307; }

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

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

background-color css

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

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

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

border-color css

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

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

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