Html Css Color HEX #365303 Verdun Green

📋 copy color: '#365303'

red 54 ◦ green 83 ◦ blue 3

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

Shades of Verdun Green #365303

Tints of Verdun Green #365303

RGB

 RED value IS 54 (21.48% from 255) = 38.57%

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

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

R = 38.57%
G = 59.29%
B = 2.14%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#365303 (or 0x365303) is known color: Verdun Green. HEX triplet: 36, 53 and 03. RGB value is (54,83,3). Sum of RGB (Red+Green+Blue) = 54+83+3=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #365303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365303 is #C9ACFC. Grayscale: #414141. Windows color (decimal): -13217021 or 217910. OLE color: 217910.

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

Color convert

RGB 54 83 3 -
CMYK 0.35 0 0.96 0.67
HSL 81.75º 0.93% 0.17% -
HSV(B) 81.75º 0.96% 0.33% -
XYZ 4.63 6.98 1.19 -
YUV 65.21 92.89 120 -
System Red Green Blue C M Y K H S L
Decimal 54 83 3 0.35 0 0.96 0.67 81.75 0.93 0.17
Hex 36 53 3 23 0 60 43 52 5D 11
Octal 66 123 3 43 0 140 103 122 135 21
Binary 110110 1010011 11 100011 0 1100000 1000011 1010010 1011101 10001

Color Harmonies of #365303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365303

Black with #365303

Text Example


Text Example

White with #365303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365303; }

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

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

background-color css

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

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

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

border-color css

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

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

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