Html Css Color HEX #345303 Verdun Green

📋 copy color: '#345303'

red 52 ◦ green 83 ◦ blue 3

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

Shades of Verdun Green #345303

Tints of Verdun Green #345303

RGB

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

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

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

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

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#345303 (or 0x345303) is known color: Verdun Green. HEX triplet: 34, 53 and 03. RGB value is (52,83,3). Sum of RGB (Red+Green+Blue) = 52+83+3=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #345303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345303 is #CBACFC. Grayscale: #404040. Windows color (decimal): -13348093 or 217908. OLE color: 217908.

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

Color convert

RGB 52 83 3 -
CMYK 0.37 0 0.96 0.67
HSL 83.25º 0.93% 0.17% -
HSV(B) 83.25º 0.96% 0.33% -
XYZ 4.53 6.92 1.18 -
YUV 64.61 93.23 119 -
System Red Green Blue C M Y K H S L
Decimal 52 83 3 0.37 0 0.96 0.67 83.25 0.93 0.17
Hex 34 53 3 25 0 60 43 53 5D 11
Octal 64 123 3 45 0 140 103 123 135 21
Binary 110100 1010011 11 100101 0 1100000 1000011 1010011 1011101 10001

Color Harmonies of #345303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345303

Black with #345303

Text Example


Text Example

White with #345303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345303; }

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

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

background-color css

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

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

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

border-color css

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

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

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